Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc147 class InstrumentationTest : public CommonRuntimeTest { class
394 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument
418 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument
422 TEST_F(InstrumentationTest, MethodExitEvent) { in TEST_F() argument
426 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
430 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument
434 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument
438 TEST_F(InstrumentationTest, FieldWriteEvent) { in TEST_F() argument
442 TEST_F(InstrumentationTest, ExceptionCaughtEvent) { in TEST_F() argument
446 TEST_F(InstrumentationTest, BranchEvent) { in TEST_F() argument
[all …]
Dinstrumentation.h602 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable