Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h531 bool RequiresInstrumentationInstallation(InstrumentationLevel new_level) const;
Dinstrumentation.cc697 bool Instrumentation::RequiresInstrumentationInstallation(InstrumentationLevel new_level) const { in RequiresInstrumentationInstallation() function in art::instrumentation::Instrumentation
751 if (!RequiresInstrumentationInstallation(requested_level)) { in UpdateStubs()