Searched refs:GetCurrentInstrumentationLevel (Results 1 – 4 of 4) sorted by relevance
205 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest206 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 …]
720 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation732 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()1090 InstrumentationLevel level = GetCurrentInstrumentationLevel(); in DisableDeoptimization()
558 InstrumentationLevel GetCurrentInstrumentationLevel() const;
53 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() != in GetJitIfEnabled()