Searched refs:InstrumentationTest (Results 1 – 2 of 2) sorted by relevance
132 class InstrumentationTest : public CommonRuntimeTest { class374 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument398 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument402 TEST_F(InstrumentationTest, MethodExitEvent) { in TEST_F() argument406 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument410 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument414 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument418 TEST_F(InstrumentationTest, FieldWriteEvent) { in TEST_F() argument422 TEST_F(InstrumentationTest, ExceptionCaughtEvent) { in TEST_F() argument426 TEST_F(InstrumentationTest, BackwardBranchEvent) { in TEST_F() argument[all …]
496 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable