Searched defs:GetCurrentInstrumentationLevel (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dinstrumentation_test.cc164 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { function in class:art::instrumentation::InstrumentationTest
165 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel();
521 GetCurrentInstrumentationLevel());
529 GetCurrentInstrumentationLevel());
536 GetCurrentInstrumentationLevel());
543 GetCurrentInstrumentationLevel());
557 GetCurrentInstrumentationLevel());
563 GetCurrentInstrumentationLevel());
576 GetCurrentInstrumentationLevel());
582 GetCurrentInstrumentationLevel());
[all...]
H A Dinstrumentation.cc560 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { function in class:art::instrumentation::Instrumentation
572 return GetCurrentInstrumentationLevel() != new_level;
851 InstrumentationLevel level = GetCurrentInstrumentationLevel();

Completed in 47 milliseconds