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

  /external/valgrind/callgrind/
bbcc.c 644 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp_up]); local
655 if (sp < top_ce->sp) popcount_on_return = 0;
656 else if (top_ce->sp == sp) {
658 if (top_ce->ret_addr == bb_addr(bb)) break;
661 top_ce = &(CLG_(current_call_stack).entry[csp_up]);
662 if (top_ce->sp == sp) {
706 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]); local
708 if (top_ce->jcc) {
713 CLG_(current_state).bbcc = top_ce->jcc->from;
714 sp = top_ce->sp
    [all...]
callstack.c 421 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]); local
423 if ((top_ce->sp < sp) ||
424 ((top_ce->sp == sp) && minpops>0)) {

Completed in 451 milliseconds