Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.h563 bool RequiresInstrumentationInstallation(InstrumentationLevel new_level) const;
Dinstrumentation.cc730 bool Instrumentation::RequiresInstrumentationInstallation(InstrumentationLevel new_level) const { in RequiresInstrumentationInstallation() function in art::instrumentation::Instrumentation
784 if (!RequiresInstrumentationInstallation(requested_level)) { in UpdateStubs()