Searched refs:IsForceInterpreter (Results 1 – 6 of 6) sorted by relevance
278 return (InterpretOnly(method) || thread->IsForceInterpreter()) && HasDexPcListeners(); in NeedsDexPcEvents()953 !t->IsForceInterpreter() && in MaybeRestoreInstrumentationStack()1578 self->IsForceInterpreter() || in NeedsSlowInterpreterForMethod()
389 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()))) { in Invoke()
1366 bool IsForceInterpreter() const { in IsForceInterpreter() function
3923 if (Dbg::IsForcedInterpreterNeededForException(this) || IsForceInterpreter() || needs_deopt) { in QuickDeliverException()
275 if (!stay_in_interpreter && !self->IsForceInterpreter() && !shadow_frame.GetForcePopFrame()) { in Execute()
84 if (Thread::Current()->IsForceInterpreter()) { in ShouldStayInSwitchInterpreter()