Searched refs:call_stack (Results 1 - 25 of 25) sorted by relevance

/external/qemu/memcheck/
H A Dmemcheck_proc_management.c78 new_thread->call_stack = NULL;
293 if (thread->call_stack != NULL) {
295 if (thread->call_stack[indx].module_path != NULL) {
296 qemu_free(thread->call_stack[indx].module_path);
299 qemu_free(thread->call_stack);
393 memcpy(new_array, thread->call_stack,
396 if (thread->call_stack != NULL) {
397 qemu_free(thread->call_stack);
399 thread->call_stack = new_array;
401 thread->call_stack[threa
[all...]
H A Dmemcheck_malloc_map.c240 new_entry->desc.call_stack =
242 memcpy(new_entry->desc.call_stack, entry->desc.call_stack,
245 new_entry->desc.call_stack = NULL;
258 if (new_entry->desc.call_stack != NULL) {
259 qemu_free(new_entry->desc.call_stack);
277 if (pulled.call_stack != NULL) {
278 qemu_free(pulled.call_stack);
H A Dmemcheck.c409 desc.call_stack = NULL;
428 desc.call_stack = qemu_malloc(desc.call_stack_count * sizeof(target_ulong));
429 if (desc.call_stack == NULL) {
441 desc.call_stack[indx] =
442 thread->call_stack[thread->call_stack_count - 1 - indx].call_address;
464 if (replaced.call_stack != NULL) {
465 qemu_free(replaced.call_stack);
519 if (pulled.call_stack != NULL) {
520 qemu_free(pulled.call_stack);
H A Dmemcheck_proc_management.h98 ThreadCallStackEntry* call_stack; member in struct:ThreadDesc
100 /* Number of entries in the call_stack array. */
103 /* Maximum number of entries that can fit into call_stack buffer. */
H A Dmemcheck_common.h210 target_ulong* call_stack; member in struct:MallocDescEx
212 /* Number of entries in call_stack array. */
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb118 call = call_stack.find { |call| call.file != __FILE__ }
159 klass.test_path = call_stack[ 0 ].file
175 call = call_stack.find { |call| call.file != __FILE__ }
H A Dgrammar.rb272 host = call_stack.find { |call| call.file != __FILE__ }
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h80 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;
H A Dmemory_region_map.h140 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,
H A Dmemory_region_map.cc562 // together with the contents of its call_stack,
591 ? MallocHook::GetCallerStackTrace(const_cast<void**>(region.call_stack),
604 // from region.call_stack_data_ that is pointed by region.call_stack().
606 HeapProfileBucket* b = GetBucket(depth, region.call_stack);
633 RecordRegionRemovalInBucket(r.call_stack_depth, r.call_stack, size);
678 RecordRegionRemovalInBucket(region->call_stack_depth, region->call_stack,
689 RecordRegionRemovalInBucket(region->call_stack_depth, region->call_stack,
704 RecordRegionRemovalInBucket(region->call_stack_depth, region->call_stack,
712 RecordRegionRemovalInBucket(region->call_stack_depth, region->call_stack,
H A Dheap-profile-table.cc217 const void* const call_stack[]) {
218 Bucket* b = GetBucket(stack_depth, call_stack);
252 info->call_stack = alloc_value->bucket()->stack;
394 info.call_stack = list[i]->stack;
215 RecordAlloc( const void* ptr, size_t bytes, int stack_depth, const void* const call_stack[]) argument
H A Dheap-checker.cc747 uintptr_t addr = AsInt(info.call_stack[depth]);
1483 RAW_LOG(INFO, " @ %p", alloc.call_stack[i]);
2377 return info.call_stack[0];
H A Ddeep-heap-profile.cc1106 mmap_iter->call_stack_depth, mmap_iter->call_stack);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h77 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;
H A Dmemory_region_map.h128 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,
H A Dheap-profile-table.cc226 const void* const call_stack[]) {
227 Bucket* b = GetBucket(stack_depth, call_stack, alloc_table_,
262 info->call_stack = alloc_value->bucket()->stack;
376 GetBucket(r->call_stack_depth, r->call_stack, mmap_table_, NULL);
406 info.call_stack = list[i]->stack;
224 RecordAlloc( const void* ptr, size_t bytes, int stack_depth, const void* const call_stack[]) argument
H A Dmemory_region_map.cc422 // together with the contents of its call_stack,
457 ? MallocHook::GetCallerStackTrace(const_cast<void**>(region.call_stack),
470 // from region.call_stack_data_ that is pointed by region.call_stack().
H A Dheap-checker.cc747 uintptr_t addr = AsInt(info.call_stack[depth]);
1483 RAW_LOG(INFO, " @ %p", alloc.call_stack[i]);
2376 return info.call_stack[0];
/external/valgrind/main/callgrind/
H A Dcallstack.c39 * Array call_stack and call_stack_esp have same size and grow on demand.
46 call_stack CLG_(current_call_stack);
48 void CLG_(init_call_stack)(call_stack* s)
69 void CLG_(copy_current_call_stack)(call_stack* dst)
78 void CLG_(set_current_call_stack)(call_stack* s)
92 call_stack *cs = &CLG_(current_call_stack);
H A Dglobal.h570 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);
H A Dcontext.c283 call_stack* cs = &CLG_(current_call_stack);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h264 } call_stack[LP_MAX_TGSI_NESTING]; member in struct:lp_exec_mask
H A Dlp_bld_tgsi_soa.c339 mask->call_stack[mask->call_stack_size].pc = *pc;
340 mask->call_stack[mask->call_stack_size].ret_mask = mask->ret_mask;
374 *pc = mask->call_stack[mask->call_stack_size].pc;
375 mask->ret_mask = mask->call_stack[mask->call_stack_size].ret_mask;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h264 } call_stack[LP_MAX_TGSI_NESTING]; member in struct:lp_exec_mask
H A Dlp_bld_tgsi_soa.c339 mask->call_stack[mask->call_stack_size].pc = *pc;
340 mask->call_stack[mask->call_stack_size].ret_mask = mask->ret_mask;
374 *pc = mask->call_stack[mask->call_stack_size].pc;
375 mask->ret_mask = mask->call_stack[mask->call_stack_size].ret_mask;

Completed in 579 milliseconds