Home
last modified time | relevance | path

Searched refs:GetCurrentInstrumentationLevel (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dinstrumentation_test.cc201 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest
202 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()
683 GetCurrentInstrumentationLevel()); in TEST_F()
691 GetCurrentInstrumentationLevel()); in TEST_F()
698 GetCurrentInstrumentationLevel()); in TEST_F()
705 GetCurrentInstrumentationLevel()); in TEST_F()
719 GetCurrentInstrumentationLevel()); in TEST_F()
725 GetCurrentInstrumentationLevel()); in TEST_F()
738 GetCurrentInstrumentationLevel()); in TEST_F()
744 GetCurrentInstrumentationLevel()); in TEST_F()
[all …]
Dinstrumentation.cc898 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation
904 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()
Dinstrumentation.h578 InstrumentationLevel GetCurrentInstrumentationLevel() const;
/art/test/common/
Druntime_state.cc54 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() != in GetJitIfEnabled()