Searched refs:ConfigureStubs (Results 1 – 3 of 3) sorted by relevance
542 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { in ConfigureStubs() function in art::instrumentation::Instrumentation821 ConfigureStubs(key, InstrumentationLevel::kInstrumentWithInterpreter); in DeoptimizeEverything()827 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything()837 ConfigureStubs(key, level); in EnableMethodTracing()841 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
370 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
145 instr->ConfigureStubs(key, level); in CheckConfigureStubs()