Searched refs:IsForceInterpreter (Results 1 – 7 of 7) sorted by relevance
292 if (!stay_in_interpreter && !self->IsForceInterpreter()) { in Execute()
326 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()) || in Invoke()
1525 self->IsForceInterpreter() || in PopInstrumentationStackFrame()
1219 bool IsForceInterpreter() const { in IsForceInterpreter() function
3583 if (Dbg::IsForcedInterpreterNeededForException(this) || force_deopt || IsForceInterpreter()) { in QuickDeliverException()
3374 if (Thread::Current()->IsForceInterpreter() || in ShouldUseInterpreterEntrypoint()
807 (self->IsForceInterpreter() || Dbg::IsForcedInterpreterNeededForUpcall(self, caller)))) { in artQuickToInterpreterBridge()1459 bool force_interpreter = self->IsForceInterpreter() && !called->IsNative(); in artQuickResolutionTrampoline()