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::Instrumentation1110 ConfigureStubs(key, InstrumentationLevel::kInstrumentWithInterpreter); in DeoptimizeEverything()1116 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything()1126 ConfigureStubs(key, level); in EnableMethodTracing()1130 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
570 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
202 instr->ConfigureStubs(key, level); in CheckConfigureStubs()