Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h596 static bool IsForcedInstrumentationNeededForResolution(Thread* thread, ArtMethod* m) in IsForcedInstrumentationNeededForResolution() function
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1467 } else if (UNLIKELY(Dbg::IsForcedInstrumentationNeededForResolution(self, caller))) { in artQuickResolutionTrampoline()