Home
last modified time | relevance | path

Searched refs:IsForcedInterpreterNeededForResolution (Results 1 – 2 of 2) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc967 if (UNLIKELY(Dbg::IsForcedInterpreterNeededForResolution(self, called))) { in artQuickResolutionTrampoline()
986 if (UNLIKELY(Dbg::IsForcedInterpreterNeededForResolution(self, called))) { in artQuickResolutionTrampoline()
/art/runtime/
Ddebugger.h586 static bool IsForcedInterpreterNeededForResolution(Thread* thread, ArtMethod* m) in IsForcedInterpreterNeededForResolution() function