Searched refs:IsForceInterpreter (Results 1 – 6 of 6) sorted by relevance
281 return (InterpretOnly(method) || thread->IsForceInterpreter()) && HasDexPcListeners(); in NeedsDexPcEvents()1043 !t->IsForceInterpreter() && in MaybeRestoreInstrumentationStack()1720 self->IsForceInterpreter() || in NeedsSlowInterpreterForMethod()
388 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()))) { in Invoke()
1506 bool IsForceInterpreter() const { in IsForceInterpreter() function
3963 if (Dbg::IsForcedInterpreterNeededForException(this) || IsForceInterpreter() || needs_deopt) { in QuickDeliverException()
276 !self->IsForceInterpreter() && in Execute()
85 if (Thread::Current()->IsForceInterpreter()) { in ShouldStayInSwitchInterpreter()