Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc223 bool Instrumentation::NeedDebugVersionFor(ArtMethod* method) const in NeedDebugVersionFor() function in art::instrumentation::Instrumentation
278 } else if (NeedDebugVersionFor(method)) { in InstallStubsForMethod()
1059 const void* quick_code = NeedDebugVersionFor(method) in Undeoptimize()
1169 if (!NeedDebugVersionFor(method)) { in GetCodeForInvoke()
Dinstrumentation.h344 bool NeedDebugVersionFor(ArtMethod* method) const