Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc196 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest
197 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()
649 GetCurrentInstrumentationLevel()); in TEST_F()
657 GetCurrentInstrumentationLevel()); in TEST_F()
664 GetCurrentInstrumentationLevel()); in TEST_F()
671 GetCurrentInstrumentationLevel()); in TEST_F()
685 GetCurrentInstrumentationLevel()); in TEST_F()
691 GetCurrentInstrumentationLevel()); in TEST_F()
704 GetCurrentInstrumentationLevel()); in TEST_F()
710 GetCurrentInstrumentationLevel()); in TEST_F()
[all …]
Dinstrumentation.cc587 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation
599 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()
878 InstrumentationLevel level = GetCurrentInstrumentationLevel(); in DisableDeoptimization()
Dinstrumentation.h474 InstrumentationLevel GetCurrentInstrumentationLevel() const;
/art/test/common/
Druntime_state.cc43 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() != in GetJitIfEnabled()