Home
last modified time | relevance | path

Searched refs:GetForcePopFrame (Results 1 – 8 of 8) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_switch_impl0.cc102 static bool GetForcePopFrame(ShadowFrame& shadow_frame) { in GetForcePopFrame() function in art::interpreter::ActiveInstrumentationHandler
103 DCHECK_IMPLIES(shadow_frame.GetForcePopFrame(), in GetForcePopFrame()
105 return shadow_frame.GetForcePopFrame(); in GetForcePopFrame()
Dinterpreter_switch_impl1.cc172 static bool GetForcePopFrame(ShadowFrame& shadow_frame) { in GetForcePopFrame() function in art::interpreter::InactiveInstrumentationHandler
173 DCHECK(!shadow_frame.GetForcePopFrame()); in GetForcePopFrame()
Dinterpreter.cc277 !shadow_frame.GetForcePopFrame() && in Execute()
301 if (UNLIKELY(instrumentation->HasMethodEntryListeners() || shadow_frame.GetForcePopFrame())) { in Execute()
303 if (UNLIKELY(shadow_frame.GetForcePopFrame())) { in Execute()
320 if (UNLIKELY(shadow_frame.GetForcePopFrame())) { in Execute()
Dinterpreter_common.cc119 } while (UNLIKELY(frame.GetForcePopFrame())); in SendMethodExitEvents()
162 if (shadow_frame.GetForcePopFrame()) { in MoveToExceptionHandler()
175 if (shadow_frame.GetForcePopFrame()) { in MoveToExceptionHandler()
188 return shadow_frame.GetForcePopFrame(); in MoveToExceptionHandler()
1534 DCHECK(shadow_frame->GetForcePopFrame() || in UnlockHeldMonitors()
Dshadow_frame.h351 bool GetForcePopFrame() const { in GetForcePopFrame() function
Dinterpreter_switch_impl-inl.h294 if (InstrumentationHandler::GetForcePopFrame(shadow_frame_)) { in CheckForceReturn()
/art/runtime/
Dcommon_dex_operations.h209 if (shadow_frame.GetForcePopFrame()) { in DoFieldPutCommon()
/art/openjdkjvmti/
Dti_stack.cc1406 } else if (frames.final_frame_->GetForcePopFrame()) { in ForceEarlyReturn()