Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc546 shadow_frame->GetForceRetryInstruction()) { in EnterInterpreterFromDeoptimize()
547 DCHECK(frame_cnt == 0 || (frame_cnt == 1 && shadow_frame->GetForceRetryInstruction())) in EnterInterpreterFromDeoptimize()
549 << " force-retry: " << shadow_frame->GetForceRetryInstruction(); in EnterInterpreterFromDeoptimize()
702 return prev_frame != nullptr && prev_frame->GetForceRetryInstruction(); in PrevFrameWillRetry()
Dshadow_frame.h369 bool GetForceRetryInstruction() const { in GetForceRetryInstruction() function
Dinterpreter_switch_impl-inl.h169 if (UNLIKELY(shadow_frame.GetForceRetryInstruction())) { in PossiblyHandlePendingExceptionOnInvokeImpl()
184 DCHECK(!shadow_frame.GetForceRetryInstruction()); in PossiblyHandlePendingExceptionOnInvokeImpl()
199 DCHECK(!shadow_frame.GetForceRetryInstruction()); in PossiblyHandlePendingException()
2642 DCHECK(!shadow_frame.GetForceRetryInstruction()) in ExecuteSwitchImplCpp()
/art/runtime/
Dthread.cc3568 bool force_retry_instr = cf != nullptr && cf->GetForceRetryInstruction(); in QuickDeliverException()
3577 penultimate_frame->GetForceRetryInstruction()) in QuickDeliverException()