Searched refs:kInstrumentNothing (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | instrumentation_test.cc | 694 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 …]
|
D | instrumentation.cc | 726 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() 1116 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything() 1130 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
|
D | instrumentation.h | 205 kInstrumentNothing, // execute without instrumentation enumerator
|