Searched refs:kInstrumentNothing (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | instrumentation_test.cc | 682 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 697 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 704 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 724 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 743 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 771 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 774 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() 775 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 779 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 787 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing); in TEST_F() [all …]
|
D | instrumentation.cc | 112 instrumentation_level_(InstrumentationLevel::kInstrumentNothing), in Instrumentation() 440 CHECK_EQ(instrumentation_level_, InstrumentationLevel::kInstrumentNothing); in InstallStubsForMethod() 909 if (desired_level == InstrumentationLevel::kInstrumentNothing) { in ConfigureStubs() 965 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; in UpdateStubs() 981 if (requested_level > InstrumentationLevel::kInstrumentNothing) { in UpdateStubs() 1224 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableDeoptimization() 1267 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything() 1288 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
|
D | instrumentation.h | 197 kInstrumentNothing, // execute without instrumentation enumerator
|