Searched refs:caller_frame (Results 1 – 2 of 2) sorted by relevance
117 uhwptr *caller_frame = (uhwptr*)frame[0]; in UnwindFast() local118 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()119 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in UnwindFast()121 uhwptr pc1 = caller_frame[2]; in UnwindFast()
5033 void* caller_frame = nullptr; in CurrentStackTrace() local5036 caller_frame = caller_frame_; in CurrentStackTrace()5040 if (raw_stack[i] == caller_frame && in CurrentStackTrace()5069 void* caller_frame = nullptr; in UponLeavingGTest() local5070 if (absl::GetStackTrace(&caller_frame, 1, 3) <= 0) { in UponLeavingGTest()5071 caller_frame = nullptr; in UponLeavingGTest()5075 caller_frame_ = caller_frame; in UponLeavingGTest()