Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc205 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest
206 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()
695 GetCurrentInstrumentationLevel()); in TEST_F()
703 GetCurrentInstrumentationLevel()); in TEST_F()
710 GetCurrentInstrumentationLevel()); in TEST_F()
717 GetCurrentInstrumentationLevel()); in TEST_F()
731 GetCurrentInstrumentationLevel()); in TEST_F()
737 GetCurrentInstrumentationLevel()); in TEST_F()
750 GetCurrentInstrumentationLevel()); in TEST_F()
756 GetCurrentInstrumentationLevel()); in TEST_F()
[all …]
Dinstrumentation.cc720 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation
732 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()
1090 InstrumentationLevel level = GetCurrentInstrumentationLevel(); in DisableDeoptimization()
Dinstrumentation.h558 InstrumentationLevel GetCurrentInstrumentationLevel() const;
/art/test/common/
Druntime_state.cc53 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() != in GetJitIfEnabled()