Lines Matching refs:pdepth
189 UInt* pdepth;
220 pdepth = CLG_(get_fn_entry)(to_fn->number);
223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++;
225 else (*pdepth)++;
227 if (*pdepth>1)
233 if (*pdepth == 1) function_entered(to_fn);
338 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number);
341 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--;
343 else (*pdepth)--;
344 depth = *pdepth;