Home
last modified time | relevance | path

Searched refs:IsForcedInterpreterNeededForUpcall (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h50 static bool IsForcedInterpreterNeededForUpcall(Thread* thread, ArtMethod* m) in IsForcedInterpreterNeededForUpcall() function
Dinstrumentation.cc1553 Dbg::IsForcedInterpreterNeededForUpcall(self, visitor.caller)); in PopInstrumentationStackFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc722 (self->IsForceInterpreter() || Dbg::IsForcedInterpreterNeededForUpcall(self, caller)))) { in artQuickToInterpreterBridge()