Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc745 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
791 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
792 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
818 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
819 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
842 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
858 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
859 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
869 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
894 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
[all …]
Dinstrumentation.cc691 return InstrumentationLevel::kInstrumentWithInstrumentationStubs; in GetCurrentInstrumentationLevel()
708 if (p.second == InstrumentationLevel::kInstrumentWithInstrumentationStubs) { in UpdateInstrumentationLevels()
744 requested_level != InstrumentationLevel::kInstrumentWithInstrumentationStubs) in UpdateStubs()
764 CHECK_EQ(requested_level, InstrumentationLevel::kInstrumentWithInstrumentationStubs); in UpdateStubs()
1083 level = InstrumentationLevel::kInstrumentWithInstrumentationStubs; in EnableMethodTracing()
Dinstrumentation.h196 kInstrumentWithInstrumentationStubs, // execute with instrumentation entry/exit stubs enumerator