Home
last modified time | relevance | path

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

/art/runtime/
Dcommon_dex_operations.h177 if (shadow_frame.GetForcePopFrame()) { in DoFieldPutCommon()
Dthread.cc3567 bool force_frame_pop = cf != nullptr && cf->GetForcePopFrame(); in QuickDeliverException()
/art/runtime/interpreter/
Dshadow_frame.h361 bool GetForcePopFrame() const { in GetForcePopFrame() function
Dinterpreter.cc277 if (UNLIKELY(shadow_frame.GetForcePopFrame())) { in Execute()
Dinterpreter_common.cc416 if (UNLIKELY(shadow_frame.GetForcePopFrame())) { in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL()
491 if (shadow_frame.GetForcePopFrame()) { in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
Dinterpreter_switch_impl-inl.h60 DCHECK(shadow_frame->GetForcePopFrame()); in UnlockHeldMonitors()
91 if (UNLIKELY(shadow_frame.GetForcePopFrame())) { in CheckForceReturn()
354 if (UNLIKELY(instrumentation->HasMethodExitListeners() && !frame.GetForcePopFrame())) { in SendMethodExitEvents()
/art/openjdkjvmti/
Devents-inl.h365 !frame->GetForcePopFrame() &&
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc792 force_frame_pop = shadow_frame->GetForcePopFrame(); in artQuickToInterpreterBridge()