Home | History | Annotate | Download | only in callgrind

Lines Matching defs:csp

563   Int passed = 0, csp;
632 csp = CLG_(current_call_stack).sp;
635 if ( (jmpkind == jk_Return) && (csp >0)) {
636 Int csp_up = csp-1;
697 if (CLG_(get_fn_node)(last_bb)->pop_on_jump && (csp>0)) {
699 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]);
743 if ((csp == 0) ||
768 csp = CLG_(current_call_stack).sp;
769 if (call_emulation && csp>0)
770 sp = CLG_(current_call_stack).entry[csp-1].sp;