Lines Matching refs:TestEvent
214 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()
588 TestEvent(instrumentation::Instrumentation::kFieldWritten, in TEST_F()
606 TestEvent(instrumentation::Instrumentation::kFieldWritten, in TEST_F()
613 TestEvent(instrumentation::Instrumentation::kExceptionHandled); in TEST_F()
617 TestEvent(instrumentation::Instrumentation::kExceptionThrown); in TEST_F()
621 TestEvent(instrumentation::Instrumentation::kBranch); in TEST_F()