Searched refs:InstrumentationTest (Results 1 – 2 of 2) sorted by relevance
179 class InstrumentationTest : public CommonRuntimeTest { class451 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument475 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument479 TEST_F(InstrumentationTest, MethodExitObjectEvent) { in TEST_F() argument499 TEST_F(InstrumentationTest, MethodExitPrimEvent) { in TEST_F() argument518 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument522 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument526 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument530 TEST_F(InstrumentationTest, FieldWriteObjectEvent) { in TEST_F() argument548 TEST_F(InstrumentationTest, FieldWritePrimEvent) { in TEST_F() argument[all …]
652 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable