Searched refs:ConfigureStubs (Results 1 – 3 of 3) sorted by relevance
648 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { in ConfigureStubs() function in art::instrumentation::Instrumentation969 ConfigureStubs(key, InstrumentationLevel::kInstrumentWithInterpreter); in DeoptimizeEverything()975 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything()985 ConfigureStubs(key, level); in EnableMethodTracing()989 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
538 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
211 instr->ConfigureStubs(key, level); in CheckConfigureStubs()