Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dshadow_frame.h363 void SetForceRetryInstruction(bool enable) { in SetForceRetryInstruction() function
Dinterpreter.cc501 shadow_frame->SetForceRetryInstruction(false); in EnterInterpreterFromDeoptimize()
Dinterpreter_switch_impl-inl.h338 shadow_frame_.SetForceRetryInstruction(false); in PossiblyHandlePendingExceptionOnInvoke()
/art/openjdkjvmti/
Dti_stack.cc1366 frames.penultimate_frame_->SetForceRetryInstruction(true); in PopFrame()