HomeSort by: relevance | last modified time | path
    Searched defs:__stack (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_node.h 72 __size(__stack_t __stack)
74 if (!__stack)
77 return __stack->size();
82 __write(FILE* __f, __stack_t __stack)
84 if (!__stack)
88 for (__it = __stack->begin(); __it != __stack->end(); ++__it)
130 __object_info_base(__stack_t __stack)
131 : _M_stack(__stack), _M_valid(true) { }
146 __stack() cons function in class:__gnu_profile::__object_info_base
    [all...]
profiler_trace.h 206 __object_info* __add_object(__stack_t __stack);
228 __add_object(__stack_t __stack)
231 if (!__stack)
238 delete __stack;
242 __object_info* __ret = new(std::nothrow) __object_info(__stack);
245 delete __stack;
264 __stack_t __stack = __info.__stack(); local
266 = __stack_table.find(__stack);
274 += (sizeof(__instruction_address_t) * __size(__stack)
    [all...]
  /src/external/gpl2/gmake/dist/
main.c 56 int __stack = 20000; /* Make sure we have 20K of stack space */ variable

Completed in 22 milliseconds