Searched refs:InstrumentationTest (Results 1 – 2 of 2) sorted by relevance
146 class InstrumentationTest : public CommonRuntimeTest { class393 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument417 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument421 TEST_F(InstrumentationTest, MethodExitEvent) { in TEST_F() argument425 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument429 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument433 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument437 TEST_F(InstrumentationTest, FieldWriteEvent) { in TEST_F() argument441 TEST_F(InstrumentationTest, ExceptionCaughtEvent) { in TEST_F() argument445 TEST_F(InstrumentationTest, BranchEvent) { in TEST_F() argument[all …]
596 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable