Home
last modified time | relevance | path

Searched refs:call_stack_bottom (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/callgrind/
Dthreads.c216 es->call_stack_bottom = CLG_(current_call_stack).sp; in CLG_()
235 if (CLG_(current_call_stack).sp == es->call_stack_bottom) in CLG_()
256 while(CLG_(current_call_stack).sp > es->call_stack_bottom) in CLG_()
337 es->call_stack_bottom = 0; in new_exec_state()
Dglobal.h498 Int call_stack_bottom; /* Index into fn_stack */ member