Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc135 bool Instrumentation::NeedDebugVersionFor(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_l… in NeedDebugVersionFor() function in art::instrumentation::Instrumentation
161 if (NeedDebugVersionFor(method)) { in InstallStubsForMethod()
178 if (NeedDebugVersionFor(method)) { in InstallStubsForMethod()
847 const void* quick_code = NeedDebugVersionFor(method) in Undeoptimize()
Dinstrumentation.h290 bool NeedDebugVersionFor(ArtMethod* method) const