Searched refs:GetCurrentInstrumentationLevel (Results 1 – 4 of 4) sorted by relevance
202 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest203 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 …]
687 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation699 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()1039 InstrumentationLevel level = GetCurrentInstrumentationLevel(); in DisableDeoptimization()
526 InstrumentationLevel GetCurrentInstrumentationLevel() const;
49 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() != in GetJitIfEnabled()