Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h608 static bool IsForcedInterpreterNeededForUpcall(Thread* thread, ArtMethod* m) in IsForcedInterpreterNeededForUpcall() function
Dinstrumentation.cc1014 Dbg::IsForcedInterpreterNeededForUpcall(self, visitor.caller)); in PopInstrumentationStackFrame()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc648 if (UNLIKELY(Dbg::IsForcedInterpreterNeededForUpcall(self, caller))) { in artQuickToInterpreterBridge()