Searched refs:GetForceRetryInstruction (Results 1 – 3 of 3) sorted by relevance
489 shadow_frame->GetForceRetryInstruction()) { in EnterInterpreterFromDeoptimize()490 DCHECK(frame_cnt == 0 || shadow_frame->GetForceRetryInstruction()) in EnterInterpreterFromDeoptimize()492 << " force-retry: " << shadow_frame->GetForceRetryInstruction(); in EnterInterpreterFromDeoptimize()627 return prev_frame != nullptr && prev_frame->GetForceRetryInstruction(); in PrevFrameWillRetry()
359 bool GetForceRetryInstruction() const { in GetForceRetryInstruction() function
334 if (UNLIKELY(shadow_frame_.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvoke()350 DCHECK(!shadow_frame_.GetForceRetryInstruction()); in PossiblyHandlePendingExceptionOnInvoke()2035 DCHECK(!shadow_frame.GetForceRetryInstruction()) in DEX_INSTRUCTION_LIST()