Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h356 void SetForceRetryInstruction(bool enable) { in SetForceRetryInstruction() function
Dinterpreter.cc578 shadow_frame->SetForceRetryInstruction(false); in EnterInterpreterFromDeoptimize()
Dinterpreter_switch_impl-inl.h100 shadow_frame.SetForceRetryInstruction(false); in PossiblyHandlePendingExceptionOnInvoke()
/art/openjdkjvmti/
Dti_stack.cc1365 frames.penultimate_frame_->SetForceRetryInstruction(true); in PopFrame()