Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation_test.cc146 class InstrumentationTest : public CommonRuntimeTest { class
393 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument
417 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument
421 TEST_F(InstrumentationTest, MethodExitEvent) { in TEST_F() argument
425 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
429 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument
433 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument
437 TEST_F(InstrumentationTest, FieldWriteEvent) { in TEST_F() argument
441 TEST_F(InstrumentationTest, ExceptionCaughtEvent) { in TEST_F() argument
445 TEST_F(InstrumentationTest, BranchEvent) { in TEST_F() argument
[all …]
Dinstrumentation.h596 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs. variable