Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc682 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 …]
Dinstrumentation.cc112 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()
Dinstrumentation.h197 kInstrumentNothing, // execute without instrumentation enumerator