Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc602 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { in ConfigureStubs() argument
604 if (desired_level == InstrumentationLevel::kInstrumentNothing) { in ConfigureStubs()
609 requested_instrumentation_levels_.Overwrite(key, desired_level); in ConfigureStubs()