Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc180 class InstrumentationTest : public CommonRuntimeTest { class
186 InstrumentationTest() { in InstrumentationTest() function in art::instrumentation::InstrumentationTest
466 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument
487 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument
507 TEST_F(InstrumentationTest, MethodExitObjectEvent) { in TEST_F() argument
528 TEST_F(InstrumentationTest, MethodExitPrimEvent) { in TEST_F() argument
547 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
551 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument
555 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument
559 TEST_F(InstrumentationTest, WatchedFramePop) { in TEST_F() argument
[all …]
Dinstrumentation.h777 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable