Searched refs:GetCurrentInstrumentationLevel (Results 1 – 4 of 4) sorted by relevance
201 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest202 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()683 GetCurrentInstrumentationLevel()); in TEST_F()691 GetCurrentInstrumentationLevel()); in TEST_F()698 GetCurrentInstrumentationLevel()); in TEST_F()705 GetCurrentInstrumentationLevel()); in TEST_F()719 GetCurrentInstrumentationLevel()); in TEST_F()725 GetCurrentInstrumentationLevel()); in TEST_F()738 GetCurrentInstrumentationLevel()); in TEST_F()744 GetCurrentInstrumentationLevel()); in TEST_F()[all …]
898 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation904 return GetCurrentInstrumentationLevel() != new_level; in RequiresInstrumentationInstallation()
578 InstrumentationLevel GetCurrentInstrumentationLevel() const;
54 && runtime->GetInstrumentation()->GetCurrentInstrumentationLevel() != in GetJitIfEnabled()