Searched defs:ConfigureStubs (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc575 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { function in class:art::instrumentation::Instrumentation
881 ConfigureStubs(key, InstrumentationLevel::kInstrumentWithInterpreter);
887 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing);
897 ConfigureStubs(key, level);
901 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing);

Completed in 48 milliseconds