Lines Matching refs:GetNextFrame
312 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()
365 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
366 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()
401 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
402 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()
506 } else if (GetNextFrame()->m_frame_type == eTrapHandlerFrame || in InitializeNonZerothFrame()
507 GetNextFrame()->m_frame_type == eDebuggerFrame) { in InitializeNonZerothFrame()
703 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()
706 next_frame->GetNextFrame(); in CheckIfLoopingStack()
798 if (IsFrameZero() || GetNextFrame()->m_frame_type == eTrapHandlerFrame || in GetFullUnwindPlanForFrame()
799 GetNextFrame()->m_frame_type == eDebuggerFrame) { in GetFullUnwindPlanForFrame()
1125 success = GetNextFrame()->ReadRegister(other_reg_info, value); in ReadRegisterValueFromRegisterLocation()
1171 success = GetNextFrame()->WriteRegister(other_reg_info, value); in WriteRegisterValueToRegisterLocation()
2073 if (auto next = GetNextFrame()) { in GetReturnAddressHint()
2261 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetNextFrame() const { in GetNextFrame() function in RegisterContextUnwind
2304 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in ReadPC()
2305 GetNextFrame()->IsTrapHandlerFrame()) in ReadPC()