Lines Matching refs:caller
2049 current_funccal = fc->caller; in cleanup_function_call()
2105 fc->caller = previous_funccal; in cleanup_function_call()
2155 for (pfc = &previous_funccal; *pfc != NULL; pfc = &(*pfc)->caller) in funccal_unref()
2159 *pfc = fc->caller; in funccal_unref()
2475 fc->caller = current_funccal; in call_user_func()
2490 ufunc_T *caller = fc->caller == NULL ? NULL : fc->caller->func; in call_user_func() local
2495 profile_may_start_func(&profile_info, fp, caller); in call_user_func()
2501 || (caller != NULL && caller->uf_profiling))) in call_user_func()
2502 profile_may_end_func(&profile_info, fp, caller); in call_user_func()
2504 current_funccal = fc->caller; in call_user_func()
2723 fc->caller == NULL ? NULL : fc->caller->func); in call_user_func()
2761 ufunc_T *caller = fc->caller == NULL ? NULL : fc->caller->func; in call_user_func() local
2763 if (fp->uf_profiling || (caller != NULL && caller->uf_profiling)) in call_user_func()
2764 profile_may_end_func(&profile_info, fp, caller); in call_user_func()
5437 *pfc = fc->caller; in free_unref_funccal()
5443 pfc = &(*pfc)->caller; in free_unref_funccal()
5468 temp_funccal = funccal->caller; in get_funccal()
5631 for (fc = previous_funccal; fc != NULL; fc = fc->caller) in set_ref_in_previous_funccal()
5666 for (fc = current_funccal; fc != NULL; fc = fc->caller) in set_ref_in_call_stack()
5672 for (fc = entry->top_funccal; fc != NULL; fc = fc->caller) in set_ref_in_call_stack()