Home
last modified time | relevance | path

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

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