Searched refs:GetForceRetryInstruction (Results 1 – 4 of 4) sorted by relevance
546 shadow_frame->GetForceRetryInstruction()) { in EnterInterpreterFromDeoptimize()547 DCHECK(frame_cnt == 0 || (frame_cnt == 1 && shadow_frame->GetForceRetryInstruction())) in EnterInterpreterFromDeoptimize()549 << " force-retry: " << shadow_frame->GetForceRetryInstruction(); in EnterInterpreterFromDeoptimize()702 return prev_frame != nullptr && prev_frame->GetForceRetryInstruction(); in PrevFrameWillRetry()
369 bool GetForceRetryInstruction() const { in GetForceRetryInstruction() function
169 if (UNLIKELY(shadow_frame.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvokeImpl()184 DCHECK(!shadow_frame.GetForceRetryInstruction()); in PossiblyHandlePendingExceptionOnInvokeImpl()199 DCHECK(!shadow_frame.GetForceRetryInstruction()); in PossiblyHandlePendingException()2642 DCHECK(!shadow_frame.GetForceRetryInstruction()) in ExecuteSwitchImplCpp()
3568 bool force_retry_instr = cf != nullptr && cf->GetForceRetryInstruction(); in QuickDeliverException()3577 penultimate_frame->GetForceRetryInstruction()) in QuickDeliverException()