Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc768 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
814 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
815 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
841 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
842 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
865 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
866 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
880 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
881 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
891 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
[all …]
Dinstrumentation.cc637 return InstrumentationLevel::kInstrumentWithInstrumentationStubs; in GetCurrentInstrumentationLevel()
680 CHECK_EQ(requested_level, InstrumentationLevel::kInstrumentWithInstrumentationStubs); in ConfigureStubs()
983 level = InstrumentationLevel::kInstrumentWithInstrumentationStubs; in EnableMethodTracing()
Dinstrumentation.h183 kInstrumentWithInstrumentationStubs, // execute with instrumentation entry/exit stubs enumerator