HomeSort by relevance Sort by last modified time
    Searched refs:top_ce (Results 1 - 2 of 2) sorted by null

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

Completed in 1297 milliseconds