Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc566 shadow_frame->GetForceRetryInstruction()) { in EnterInterpreterFromDeoptimize()
567 DCHECK(frame_cnt == 0 || (frame_cnt == 1 && shadow_frame->GetForceRetryInstruction())) in EnterInterpreterFromDeoptimize()
569 << " force-retry: " << shadow_frame->GetForceRetryInstruction(); in EnterInterpreterFromDeoptimize()
723 return prev_frame != nullptr && prev_frame->GetForceRetryInstruction(); in PrevFrameWillRetry()
Dshadow_frame.h352 bool GetForceRetryInstruction() const { in GetForceRetryInstruction() function
Dinterpreter_switch_impl-inl.h96 if (UNLIKELY(shadow_frame.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvoke()
112 DCHECK(!shadow_frame.GetForceRetryInstruction()); in PossiblyHandlePendingExceptionOnInvoke()
1949 DCHECK(!shadow_frame.GetForceRetryInstruction()) in DEX_INSTRUCTION_LIST()
/art/runtime/
Dthread.cc3566 bool force_retry_instr = cf != nullptr && cf->GetForceRetryInstruction(); in QuickDeliverException()