HomeSort by relevance Sort by last modified time
    Searched defs:call_stack (Results 1 - 9 of 9) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
call-stack.rb 46 def call_stack( depth = 1 ) method in class:Kernel
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 128 const void* call_stack[kMaxStackDepth]; // caller address stack array member in struct:MemoryRegionMap::Region
133 // Convenience accessor for call_stack[0],
142 ? call_stack[0] : NULL);
193 // Note: call_stack[kMaxStackDepth] as a member lets us make Region
197 // only one call_stack element out of kMaxStackDepth is actually needed.
198 // Making the storage for call_stack variable-sized,
heap-profile-table.h 77 const void* const* call_stack; // call stack that made the allocation call member in struct:HeapProfileTable::AllocInfo
78 int stack_depth; // depth of call_stack
88 const void* const* call_stack; // Stack trace member in struct:HeapProfileTable::AllocContextInfo
110 // and 'call_stack' identifying the function that requested the
113 int stack_depth, const void* const call_stack[]);
296 info.call_stack = v->bucket()->stack;
  /external/valgrind/main/perf/
many-loss-records.c 82 void call_stack (int level) function
115 call_stack (level + 1);
119 call_stack (level + 1);
123 call_stack (level + 1);
127 call_stack (level + 1);
131 call_stack (level + 1);
135 call_stack (level + 1);
139 call_stack (level + 1);
143 call_stack (level + 1);
147 call_stack (level + 1)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h 140 const void* call_stack[kMaxStackDepth]; // caller address stack array member in struct:MemoryRegionMap::Region
145 // Convenience accessor for call_stack[0],
154 ? call_stack[0] : NULL);
205 // Note: call_stack[kMaxStackDepth] as a member lets us make Region
209 // only one call_stack element out of kMaxStackDepth is actually needed.
210 // Making the storage for call_stack variable-sized,
heap-profile-table.h 80 const void* const* call_stack; // call stack that made the allocation call member in struct:HeapProfileTable::AllocInfo
81 int stack_depth; // depth of call_stack
91 const void* const* call_stack; // Stack trace member in struct:HeapProfileTable::AllocContextInfo
113 // and 'call_stack' identifying the function that requested the
116 int stack_depth, const void* const call_stack[]);
381 info.call_stack = v->bucket()->stack;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 264 } call_stack[LP_MAX_TGSI_NESTING]; member in struct:lp_exec_mask
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 264 } call_stack[LP_MAX_TGSI_NESTING]; member in struct:lp_exec_mask
  /external/valgrind/main/callgrind/
global.h 570 typedef struct _call_stack call_stack; typedef in typeref:struct:_call_stack
607 call_stack calls; /* context call arc stack */
777 void CLG_(init_call_stack)(call_stack*);
778 void CLG_(copy_current_call_stack)(call_stack* dst);
779 void CLG_(set_current_call_stack)(call_stack*);
833 extern call_stack CLG_(current_call_stack);

Completed in 594 milliseconds