Home | History | Annotate | Download | only in callgrind

Lines Matching defs:csp

570   Int passed = 0, csp;
639 csp = CLG_(current_call_stack).sp;
642 if ( (jmpkind == jk_Return) && (csp >0)) {
643 Int csp_up = csp-1;
704 if (CLG_(get_fn_node)(last_bb)->pop_on_jump && (csp>0)) {
706 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
750 if ((csp == 0) ||
775 csp = CLG_(current_call_stack).sp;
776 if (call_emulation && csp>0)
777 sp = CLG_(current_call_stack).entry[csp-1].sp;