Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h51 static bool IsForcedInterpreterNeededForUpcall(Thread* thread, ArtMethod* m) in IsForcedInterpreterNeededForUpcall() function
Dinstrumentation.cc1630 Dbg::IsForcedInterpreterNeededForUpcall(self, visitor.caller) || in ShouldDeoptimizeMethod()
/art/runtime/jit/
Djit.cc575 Dbg::IsForcedInterpreterNeededForUpcall(thread, method) || in MaybeDoOnStackReplacement()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc725 (self->IsForceInterpreter() || Dbg::IsForcedInterpreterNeededForUpcall(self, caller)))) { in artQuickToInterpreterBridge()