Home | History | Annotate | Download | only in callgrind

Lines Matching defs:csp

560   Int passed = 0, csp;
615 csp = CLG_(current_call_stack).sp;
618 if ( (jmpkind == jk_Return) && (csp >0)) {
619 Int csp_up = csp-1;
680 if (CLG_(get_fn_node)(last_bb)->pop_on_jump && (csp>0)) {
682 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
726 if ((csp == 0) ||
751 csp = CLG_(current_call_stack).sp;
752 if (call_emulation && csp>0)
753 sp = CLG_(current_call_stack).entry[csp-1].sp;