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() 443 CHECK_EQ(instrumentation_level_, InstrumentationLevel::kInstrumentNothing); in InstallStubsForMethod() 997 if (desired_level == InstrumentationLevel::kInstrumentNothing) { in ConfigureStubs() 1055 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; in UpdateStubs() 1082 if (requested_level > InstrumentationLevel::kInstrumentNothing) { in UpdateStubs() 1336 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing, try_switch_to_non_debuggable); in DisableDeoptimization() 1388 InstrumentationLevel::kInstrumentNothing, in UndeoptimizeEverything() 1414 InstrumentationLevel::kInstrumentNothing, in DisableMethodTracing()
|
D | instrumentation.h | 197 kInstrumentNothing, // execute without instrumentation enumerator
|