Searched refs:caller_frame (Results 1 – 7 of 7) sorted by relevance
86 uhwptr *caller_frame = (uhwptr*)frame[0]; in FastUnwindStack() local87 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in FastUnwindStack()88 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in FastUnwindStack()90 uhwptr pc1 = caller_frame[2]; in FastUnwindStack()
258 caller_frame = tf_inspect.currentframe().f_back263 for v in itertools.chain(caller_frame.f_locals.values(),264 caller_frame.f_globals.values()):276 del caller_frame
199 caller_frame = self.frame_returning.f_back200 if caller_frame and not caller_frame.f_trace:201 caller_frame.f_trace = self.trace_dispatch
303 caller_frame = self.frame_returning.f_back304 if caller_frame and not caller_frame.f_trace:305 caller_frame.f_trace = self.trace_dispatch
4329 void* caller_frame = nullptr; in CurrentStackTrace() local4332 caller_frame = caller_frame_; in CurrentStackTrace()4336 if (raw_stack[i] == caller_frame && in CurrentStackTrace()4365 void* caller_frame = nullptr; in UponLeavingGTest() local4366 if (absl::GetStackTrace(&caller_frame, 1, 3) <= 0) { in UponLeavingGTest()4367 caller_frame = nullptr; in UponLeavingGTest()4371 caller_frame_ = caller_frame; in UponLeavingGTest()
4376 void* caller_frame = nullptr; in CurrentStackTrace() local4379 caller_frame = caller_frame_; in CurrentStackTrace()4383 if (raw_stack[i] == caller_frame && in CurrentStackTrace()4412 void* caller_frame = nullptr; in UponLeavingGTest() local4413 if (absl::GetStackTrace(&caller_frame, 1, 3) <= 0) { in UponLeavingGTest()4414 caller_frame = nullptr; in UponLeavingGTest()4418 caller_frame_ = caller_frame; in UponLeavingGTest()
442 caller_frame = sys._getframe().f_back443 caller_obj = caller_frame.f_locals.get('self')