/system/core/debuggerd/x86/ |
unwind.c | 12 unsigned int stack_depth = 0; local 42 if (stack_level >= STACK_DEPTH || eip == 0) 48 stack_depth = stack_level; 79 if (stack_level >= STACK_DEPTH || stack_level >= stack_depth) 84 return stack_depth;
|
/external/valgrind/main/memcheck/perf/ |
many-loss-records.c | 18 /* we will create stack_fan_out ^ stack_depth different call stacks */ 20 int stack_depth = 4; variable 86 if (level == stack_depth) { 203 for (d = 0; d < stack_depth; d++)
|
/system/core/debuggerd/ |
debuggerd.c | 243 int stack_depth; local 278 stack_depth = unwind_backtrace_with_ptrace(tfd, tid, milist, sp_list, 284 if (stack_depth < 2) { 285 dump_pc_and_lr(tfd, tid, milist, stack_depth, at_fault); 288 dump_stack_and_code(tfd, tid, milist, stack_depth, sp_list, at_fault); 293 stack_depth = unwind_backtrace_with_ptrace_x86(tfd, tid, milist,at_fault);
|
/external/v8/src/ |
full-codegen.cc | 956 int stack_depth = 0; local 963 stack_depth = current->Exit(stack_depth); 966 __ Drop(stack_depth); 977 int stack_depth = 0; local 984 stack_depth = current->Exit(stack_depth); 987 __ Drop(stack_depth); 1002 int stack_depth = 0; local 1004 stack_depth = current->Exit(stack_depth) [all...] |