Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc694 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F()
709 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F()
716 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F()
736 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F()
755 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F()
783 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F()
786 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F()
787 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F()
791 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F()
800 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F()
[all …]
Dinstrumentation.cc726 return InstrumentationLevel::kInstrumentNothing; in GetCurrentInstrumentationLevel()
750 if (desired_level == InstrumentationLevel::kInstrumentNothing) { in ConfigureStubs()
771 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; in UpdateStubs()
792 if (requested_level > InstrumentationLevel::kInstrumentNothing) { in UpdateStubs()
1126 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything()
1140 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
Dinstrumentation.h205 kInstrumentNothing, // execute without instrumentation enumerator