Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc749 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
795 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
796 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
822 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
823 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
846 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
862 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
863 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
873 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
898 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
[all …]
Dinstrumentation.cc724 return InstrumentationLevel::kInstrumentWithInstrumentationStubs; in GetCurrentInstrumentationLevel()
741 if (p.second == InstrumentationLevel::kInstrumentWithInstrumentationStubs) { in UpdateInstrumentationLevels()
777 requested_level != InstrumentationLevel::kInstrumentWithInstrumentationStubs) in UpdateStubs()
797 CHECK_EQ(requested_level, InstrumentationLevel::kInstrumentWithInstrumentationStubs); in UpdateStubs()
1134 level = InstrumentationLevel::kInstrumentWithInstrumentationStubs; in EnableMethodTracing()
Dinstrumentation.h206 kInstrumentWithInstrumentationStubs, // execute with instrumentation entry/exit stubs enumerator