Lines Matching refs:TestEvent
211 void TestEvent(uint32_t instrumentation_event) { in TestEvent() function in art::instrumentation::InstrumentationTest
212 TestEvent(instrumentation_event, nullptr, nullptr, false); in TestEvent()
215 void TestEvent(uint32_t instrumentation_event, in TestEvent() function in art::instrumentation::InstrumentationTest
511 TestEvent(instrumentation::Instrumentation::kMethodEntered, in TEST_F()
531 TestEvent(instrumentation::Instrumentation::kMethodExited, in TEST_F()
550 TestEvent(instrumentation::Instrumentation::kMethodExited, in TEST_F()
557 TestEvent(instrumentation::Instrumentation::kMethodUnwind); in TEST_F()
561 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
565 TestEvent(instrumentation::Instrumentation::kFieldRead); in TEST_F()
569 TestEvent(instrumentation::Instrumentation::kWatchedFramePop); in TEST_F()
584 TestEvent(instrumentation::Instrumentation::kFieldWritten, in TEST_F()
602 TestEvent(instrumentation::Instrumentation::kFieldWritten, in TEST_F()
609 TestEvent(instrumentation::Instrumentation::kExceptionHandled); in TEST_F()
613 TestEvent(instrumentation::Instrumentation::kExceptionThrown); in TEST_F()
617 TestEvent(instrumentation::Instrumentation::kBranch); in TEST_F()