Searched refs:GetForceRetryInstruction (Results 1 – 3 of 3) sorted by relevance
488 shadow_frame->GetForceRetryInstruction()) { in EnterInterpreterFromDeoptimize()489 DCHECK(frame_cnt == 0 || shadow_frame->GetForceRetryInstruction()) in EnterInterpreterFromDeoptimize()491 << " force-retry: " << shadow_frame->GetForceRetryInstruction(); in EnterInterpreterFromDeoptimize()626 return prev_frame != nullptr && prev_frame->GetForceRetryInstruction(); in PrevFrameWillRetry()
359 bool GetForceRetryInstruction() const { in GetForceRetryInstruction() function
118 if (UNLIKELY(shadow_frame_.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvoke()134 DCHECK(!shadow_frame_.GetForceRetryInstruction()); in PossiblyHandlePendingExceptionOnInvoke()1854 DCHECK(!shadow_frame.GetForceRetryInstruction()) in DEX_INSTRUCTION_LIST()