Searched refs:GetForcePopFrame (Results 1 – 8 of 8) sorted by relevance
102 static bool GetForcePopFrame(ShadowFrame& shadow_frame) { in GetForcePopFrame() function in art::interpreter::ActiveInstrumentationHandler103 DCHECK_IMPLIES(shadow_frame.GetForcePopFrame(), in GetForcePopFrame()105 return shadow_frame.GetForcePopFrame(); in GetForcePopFrame()
172 static bool GetForcePopFrame(ShadowFrame& shadow_frame) { in GetForcePopFrame() function in art::interpreter::InactiveInstrumentationHandler173 DCHECK(!shadow_frame.GetForcePopFrame()); in GetForcePopFrame()
277 !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()
119 } 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()
351 bool GetForcePopFrame() const { in GetForcePopFrame() function
294 if (InstrumentationHandler::GetForcePopFrame(shadow_frame_)) { in CheckForceReturn()
209 if (shadow_frame.GetForcePopFrame()) { in DoFieldPutCommon()
1406 } else if (frames.final_frame_->GetForcePopFrame()) { in ForceEarlyReturn()