Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc194 bool Instrumentation::NeedDebugVersionFor(ArtMethod* method) const in NeedDebugVersionFor() function in art::instrumentation::Instrumentation
249 } else if (NeedDebugVersionFor(method)) { in InstallStubsForMethod()
1008 const void* quick_code = NeedDebugVersionFor(method) in Undeoptimize()
1118 if (!NeedDebugVersionFor(method)) { in GetCodeForInvoke()
Dinstrumentation.h334 bool NeedDebugVersionFor(ArtMethod* method) const