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

/art/runtime/
H A Dinstrumentation_test.cc519 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
534 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
541 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
561 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
580 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
608 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U);
611 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing);
612 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U);
616 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U);
625 CheckConfigureStubs(kClientOneKey, Instrumentation::InstrumentationLevel::kInstrumentNothing);
[all...]
H A Dinstrumentation.cc565 return InstrumentationLevel::kInstrumentNothing;
571 if (desired_level == InstrumentationLevel::kInstrumentNothing) {
580 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing;
597 if (requested_level > InstrumentationLevel::kInstrumentNothing) {
872 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing);
886 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing);
H A Dinstrumentation.h133 kInstrumentNothing, // execute without instrumentation member in class:art::instrumentation::Instrumentation::InstrumentationLevel

Completed in 61 milliseconds