Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc555 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()
Dshadow_frame.h352 bool GetForceRetryInstruction() const { in GetForceRetryInstruction() function
Dinterpreter_switch_impl-inl.h123 if (UNLIKELY(shadow_frame_.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvoke()
139 DCHECK(!shadow_frame_.GetForceRetryInstruction()); in PossiblyHandlePendingExceptionOnInvoke()
1857 DCHECK(!shadow_frame.GetForceRetryInstruction()) in DEX_INSTRUCTION_LIST()
/art/runtime/
Dthread.cc3646 bool force_retry_instr = cf != nullptr && cf->GetForceRetryInstruction(); in QuickDeliverException()