Searched defs:lower_entry (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/callgrind/
H A Dcallstack.c317 call_entry* lower_entry; local
325 lower_entry =
329 CLG_(current_call_stack).sp, lower_entry->jcc);
332 jcc = lower_entry->jcc;
333 CLG_(current_state).nonskipped = lower_entry->nonskipped;
347 lower_entry->enter_cost,
358 CLG_(current_state).cxt = lower_entry->cxt;
360 CLG_(current_fn_stack).bottom + lower_entry->fn_sp;
367 lower_entry->cxt = 0;

Completed in 61 milliseconds