Searched refs:caller_location (Results 1 – 2 of 2) sorted by relevance
80 LinkageLocation caller_location, int stack_param_delta) { in ConvertToTailCallerLocation() argument81 if (!caller_location.IsRegister()) { in ConvertToTailCallerLocation()83 caller_location.GetLocation() - stack_param_delta); in ConvertToTailCallerLocation()85 return caller_location; in ConvertToTailCallerLocation()
559 ... caller_location = sys._getframe(1).f_globals['__file__']560 ... filename = os.path.join(os.path.dirname(caller_location), template)