Searched refs:kInstrumentNothing (Results 1 – 3 of 3) sorted by relevance
/aosp12/art/runtime/ |
H A D | instrumentation_test.cc | 694 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 709 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 716 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 736 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 755 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentNothing, in TEST_F() 783 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 787 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 791 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 801 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() 805 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentNothing, 0U); in TEST_F() [all …]
|
H A D | instrumentation.cc | 726 return InstrumentationLevel::kInstrumentNothing; in GetCurrentInstrumentationLevel() 750 if (desired_level == InstrumentationLevel::kInstrumentNothing) { in ConfigureStubs() 771 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; in UpdateStubs() 792 if (requested_level > InstrumentationLevel::kInstrumentNothing) { in UpdateStubs() 1116 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in UndeoptimizeEverything() 1130 ConfigureStubs(key, InstrumentationLevel::kInstrumentNothing); in DisableMethodTracing()
|
H A D | instrumentation.h | 205 kInstrumentNothing, // execute without instrumentation enumerator
|