Searched refs:GetCurrentInstrumentationLevel (Results 1 – 4 of 4) sorted by relevance
196 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest197 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 …]
587 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation599 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()878 InstrumentationLevel level = GetCurrentInstrumentationLevel(); in DisableDeoptimization()
474 InstrumentationLevel GetCurrentInstrumentationLevel() const;
43 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() != in GetJitIfEnabled()