Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc214 void TestEvent(uint32_t instrumentation_event) { in TestEvent() function in art::instrumentation::InstrumentationTest
215 TestEvent(instrumentation_event, nullptr, nullptr, false); in TestEvent()
218 void TestEvent(uint32_t instrumentation_event, in TestEvent() function in art::instrumentation::InstrumentationTest
514 TestEvent(instrumentation::Instrumentation::kMethodEntered, in TEST_F()
535 TestEvent(instrumentation::Instrumentation::kMethodExited, in TEST_F()
554 TestEvent(instrumentation::Instrumentation::kMethodExited, in TEST_F()
561 TestEvent(instrumentation::Instrumentation::kMethodUnwind); in TEST_F()
565 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
569 TestEvent(instrumentation::Instrumentation::kFieldRead); in TEST_F()
573 TestEvent(instrumentation::Instrumentation::kWatchedFramePop); in TEST_F()
[all …]