Searched refs:kInstrumentNothing (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | instrumentation_test.cc | 690 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 705 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 712 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 732 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 751 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 779 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 782 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 783 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 787 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 796 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() [all …]
|
D | instrumentation.cc | 693 return InstrumentationLevel::kInstrumentNothing; in GetCurrentInstrumentationLevel() 717 if (desired_level == InstrumentationLevel::kInstrumentNothing) { in ConfigureStubs() 738 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; in UpdateStubs() 759 if (requested_level > InstrumentationLevel::kInstrumentNothing) { in UpdateStubs() 1075 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything() 1089 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
|
D | instrumentation.h | 195 kInstrumentNothing, // execute without instrumentation enumerator
|