Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h569 return IsForcedInstrumentationNeededForResolutionImpl(thread, m); in IsForcedInstrumentationNeededForResolution()
764 static bool IsForcedInstrumentationNeededForResolutionImpl(Thread* thread, ArtMethod* m)
Ddebugger.cc3533 bool Dbg::IsForcedInstrumentationNeededForResolutionImpl(Thread* thread, ArtMethod* m) { in IsForcedInstrumentationNeededForResolutionImpl() function in art::Dbg