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

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

Completed in 22 milliseconds