Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching defs:callee

1852    StackFrame *callee, *caller;
1902 callee = caller->inner;
1904 callee = sg_malloc("di.sg_main.sSnf.1", sizeof(StackFrame));
1905 VG_(memset)(callee, 0, sizeof(StackFrame));
1906 callee->outer = caller;
1907 caller->inner = callee;
1908 callee->depth = 1 + caller->depth;
1909 tl_assert(callee->inner == NULL);
1913 initialise_II_hash_table( callee );
1915 callee->creation_sp = sp_post_call_insn;
1916 callee->sp_at_call = 0; // not actually required ..
1917 callee->fp_at_call = 0; // .. these 3 initialisations are ..
1918 callee->blocks_added_by_call = NULL; // .. just for cleanness
1921 shadowStacks[tid] = callee;
1927 { Word d = callee->depth;