HomeSort by relevance Sort by last modified time
    Searched refs:kInstrumentNothing (Results 1 - 3 of 3) sorted by null

  /art/runtime/
instrumentation_test.cc 690 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
705 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
712 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
732 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
751 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing,
    [all...]
instrumentation.cc 693 return InstrumentationLevel::kInstrumentNothing;
717 if (desired_level == InstrumentationLevel::kInstrumentNothing) {
738 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing;
    [all...]
instrumentation.h 195 kInstrumentNothing, // execute without instrumentation
    [all...]

Completed in 135 milliseconds