Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dbbcc.c625 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_() local
636 if (sp < top_ce->sp) popcount_on_return = 0; in CLG_()
637 else if (top_ce->sp == sp) { in CLG_()
639 if (top_ce->ret_addr == bb_addr(bb)) break; in CLG_()
642 top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_()
643 if (top_ce->sp == sp) { in CLG_()
687 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]); in CLG_() local
689 if (top_ce->jcc) { in CLG_()
694 CLG_(current_state).bbcc = top_ce->jcc->from; in CLG_()
695 sp = top_ce->sp; in CLG_()
Dcallstack.c414 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]); in CLG_() local
416 if ((top_ce->sp < sp) || in CLG_()
417 ((top_ce->sp == sp) && minpops>0)) { in CLG_()