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()
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()
Dinstrumentation.h197 kInstrumentNothing, // execute without instrumentation enumerator