Searched refs:ConfigureStubs (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc542 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) { function in class:art::instrumentation::Instrumentation
821 ConfigureStubs(key, InstrumentationLevel::kInstrumentWithInterpreter);
827 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing);
837 ConfigureStubs(key, level);
841 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing);
H A Dinstrumentation.h370 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
496 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs.
H A Dinstrumentation_test.cc134 // Unique keys used to test Instrumentation::ConfigureStubs.
144 runtime->GetThreadList()->SuspendAll("Instrumentation::ConfigureStubs");
145 instr->ConfigureStubs(key, level);

Completed in 64 milliseconds