Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc140 bool Instrumentation::NeedDebugVersionFor(ArtMethod* method) const in NeedDebugVersionFor() function in art::instrumentation::Instrumentation
170 if (NeedDebugVersionFor(method)) { in InstallStubsForMethod()
187 if (NeedDebugVersionFor(method)) { in InstallStubsForMethod()
908 const void* quick_code = NeedDebugVersionFor(method) in Undeoptimize()
Dinstrumentation.h317 bool NeedDebugVersionFor(ArtMethod* method) const