Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc551 EXPECT_EQ(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
597 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
598 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
624 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
625 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
648 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
649 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
663 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
664 CHECK_INSTRUMENTATION(Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs, in TEST_F()
674 Instrumentation::InstrumentationLevel::kInstrumentWithInstrumentationStubs); in TEST_F()
[all …]
Dinstrumentation.cc536 return InstrumentationLevel::kInstrumentWithInstrumentationStubs; in GetCurrentInstrumentationLevel()
575 CHECK_EQ(requested_level, InstrumentationLevel::kInstrumentWithInstrumentationStubs); in ConfigureStubs()
835 level = InstrumentationLevel::kInstrumentWithInstrumentationStubs; in EnableMethodTracing()
Dinstrumentation.h121 kInstrumentWithInstrumentationStubs, // execute with instrumentation entry/exit stubs enumerator