Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc151 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() { in GetCurrentInstrumentationLevel() function in art::instrumentation::InstrumentationTest
152 return Runtime::Current()->GetInstrumentation()->GetCurrentInstrumentationLevel(); in GetCurrentInstrumentationLevel()
497 GetCurrentInstrumentationLevel()); in TEST_F()
505 GetCurrentInstrumentationLevel()); in TEST_F()
512 GetCurrentInstrumentationLevel()); in TEST_F()
519 GetCurrentInstrumentationLevel()); in TEST_F()
533 GetCurrentInstrumentationLevel()); in TEST_F()
539 GetCurrentInstrumentationLevel()); in TEST_F()
552 GetCurrentInstrumentationLevel()); in TEST_F()
558 GetCurrentInstrumentationLevel()); in TEST_F()
[all …]
Dinstrumentation.h363 InstrumentationLevel GetCurrentInstrumentationLevel() const;
Dinstrumentation.cc532 Instrumentation::InstrumentationLevel Instrumentation::GetCurrentInstrumentationLevel() const { in GetCurrentInstrumentationLevel() function in art::instrumentation::Instrumentation
561 InstrumentationLevel current_level = GetCurrentInstrumentationLevel(); in ConfigureStubs()