Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc160 void TestEvent(uint32_t instrumentation_event) { in TestEvent() function in art::instrumentation::InstrumentationTest
399 TestEvent(instrumentation::Instrumentation::kMethodEntered); in TEST_F()
403 TestEvent(instrumentation::Instrumentation::kMethodExited); in TEST_F()
407 TestEvent(instrumentation::Instrumentation::kMethodUnwind); in TEST_F()
411 TestEvent(instrumentation::Instrumentation::kDexPcMoved); in TEST_F()
415 TestEvent(instrumentation::Instrumentation::kFieldRead); in TEST_F()
419 TestEvent(instrumentation::Instrumentation::kFieldWritten); in TEST_F()
423 TestEvent(instrumentation::Instrumentation::kExceptionCaught); in TEST_F()
427 TestEvent(instrumentation::Instrumentation::kBackwardBranch); in TEST_F()