Home
last modified time | relevance | path

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

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