Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc202 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest
203 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()
691 GetCurrentInstrumentationLevel()); in TEST_F()
699 GetCurrentInstrumentationLevel()); in TEST_F()
706 GetCurrentInstrumentationLevel()); in TEST_F()
713 GetCurrentInstrumentationLevel()); in TEST_F()
727 GetCurrentInstrumentationLevel()); in TEST_F()
733 GetCurrentInstrumentationLevel()); in TEST_F()
746 GetCurrentInstrumentationLevel()); in TEST_F()
752 GetCurrentInstrumentationLevel()); in TEST_F()
[all …]
Dinstrumentation.cc687 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation
699 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()
1039 InstrumentationLevel level = GetCurrentInstrumentationLevel(); in DisableDeoptimization()
Dinstrumentation.h526 InstrumentationLevel GetCurrentInstrumentationLevel() const;
/art/test/common/
Druntime_state.cc49 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() != in GetJitIfEnabled()