Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc197 class InstrumentationTest : public CommonRuntimeTest { class
491 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument
516 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument
536 TEST_F(InstrumentationTest, MethodExitObjectEvent) { in TEST_F() argument
556 TEST_F(InstrumentationTest, MethodExitPrimEvent) { in TEST_F() argument
575 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
579 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument
583 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument
587 TEST_F(InstrumentationTest, WatchedFramePop) { in TEST_F() argument
591 TEST_F(InstrumentationTest, FieldWriteObjectEvent) { in TEST_F() argument
[all …]
Dinstrumentation.h715 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable