Home
last modified time | relevance | path

Searched refs:IsForceInterpreter (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dinstrumentation.cc278 return (InterpretOnly(method) || thread->IsForceInterpreter()) && HasDexPcListeners(); in NeedsDexPcEvents()
953 !t->IsForceInterpreter() && in MaybeRestoreInstrumentationStack()
1578 self->IsForceInterpreter() || in NeedsSlowInterpreterForMethod()
Dart_method.cc389 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()))) { in Invoke()
Dthread.h1366 bool IsForceInterpreter() const { in IsForceInterpreter() function
Dthread.cc3923 if (Dbg::IsForcedInterpreterNeededForException(this) || IsForceInterpreter() || needs_deopt) { in QuickDeliverException()
/art/runtime/interpreter/
Dinterpreter.cc275 if (!stay_in_interpreter && !self->IsForceInterpreter() && !shadow_frame.GetForcePopFrame()) { in Execute()
Dinterpreter_common.cc84 if (Thread::Current()->IsForceInterpreter()) { in ShouldStayInSwitchInterpreter()