Searched refs:InstrumentationTest (Results 1 – 2 of 2) sorted by relevance
180 class InstrumentationTest : public CommonRuntimeTest { class186 InstrumentationTest() { in InstrumentationTest() function in art::instrumentation::InstrumentationTest466 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument487 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument507 TEST_F(InstrumentationTest, MethodExitObjectEvent) { in TEST_F() argument528 TEST_F(InstrumentationTest, MethodExitPrimEvent) { in TEST_F() argument547 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument551 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument555 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument559 TEST_F(InstrumentationTest, WatchedFramePop) { in TEST_F() argument[all …]
777 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable