Searched refs:ConfigureStubs (Results 1 – 3 of 3) sorted by relevance
748 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { in ConfigureStubs() function in art::instrumentation::Instrumentation1120 ConfigureStubs(key, InstrumentationLevel::kInstrumentWithInterpreter); in DeoptimizeEverything()1126 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything()1136 ConfigureStubs(key, level); in EnableMethodTracing()1140 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
570 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
202 instr->ConfigureStubs(key, level); in CheckConfigureStubs()