Searched refs:IsForceInterpreter (Results 1 – 7 of 7) sorted by relevance
828 no_remaining_deopts && !t->IsForceInterpreter() && in UpdateStubs()1582 self->IsForceInterpreter() || in PopInstrumentationStackFrame()
335 (self->IsForceInterpreter() && !IsNative() && !IsProxyMethod() && IsInvokable()))) { in Invoke()
1258 bool IsForceInterpreter() const { in IsForceInterpreter() function
3581 if (Dbg::IsForcedInterpreterNeededForException(this) || force_deopt || IsForceInterpreter()) { in QuickDeliverException()
3570 if (Thread::Current()->IsForceInterpreter()) { in ShouldUseInterpreterEntrypoint()
313 if (!stay_in_interpreter && !self->IsForceInterpreter()) { in Execute()
722 (self->IsForceInterpreter() || Dbg::IsForcedInterpreterNeededForUpcall(self, caller)))) { in artQuickToInterpreterBridge()