Home
last modified time | relevance | path

Searched refs:GetForceRetryInstruction (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc488 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()
Dshadow_frame.h359 bool GetForceRetryInstruction() const { in GetForceRetryInstruction() function
Dinterpreter_switch_impl-inl.h118 if (UNLIKELY(shadow_frame_.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvoke()
134 DCHECK(!shadow_frame_.GetForceRetryInstruction()); in PossiblyHandlePendingExceptionOnInvoke()
1854 DCHECK(!shadow_frame.GetForceRetryInstruction()) in DEX_INSTRUCTION_LIST()