Searched refs:GetForceRetryInstruction (Results 1 – 4 of 4) sorted by relevance
555 shadow_frame->GetForceRetryInstruction()) { in EnterInterpreterFromDeoptimize()556 DCHECK(frame_cnt == 0 || (frame_cnt == 1 && shadow_frame->GetForceRetryInstruction())) in EnterInterpreterFromDeoptimize()558 << " force-retry: " << shadow_frame->GetForceRetryInstruction(); in EnterInterpreterFromDeoptimize()712 return prev_frame != nullptr && prev_frame->GetForceRetryInstruction(); in PrevFrameWillRetry()
352 bool GetForceRetryInstruction() const { in GetForceRetryInstruction() function
123 if (UNLIKELY(shadow_frame_.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvoke()139 DCHECK(!shadow_frame_.GetForceRetryInstruction()); in PossiblyHandlePendingExceptionOnInvoke()1857 DCHECK(!shadow_frame.GetForceRetryInstruction()) in DEX_INSTRUCTION_LIST()
3646 bool force_retry_instr = cf != nullptr && cf->GetForceRetryInstruction(); in QuickDeliverException()