Searched refs:ConfigureStubs (Results 1 – 3 of 3) sorted by relevance
715 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { in ConfigureStubs() function in art::instrumentation::Instrumentation1069 ConfigureStubs(key, InstrumentationLevel::kInstrumentWithInterpreter); in DeoptimizeEverything()1075 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything()1085 ConfigureStubs(key, level); in EnableMethodTracing()1089 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
538 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
199 instr->ConfigureStubs(key, level); in CheckConfigureStubs()