Lines Matching refs:InstrumentationTest

180 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
563 TEST_F(InstrumentationTest, FieldWriteObjectEvent) { in TEST_F() argument
581 TEST_F(InstrumentationTest, FieldWritePrimEvent) { in TEST_F() argument
599 TEST_F(InstrumentationTest, ExceptionHandledEvent) { in TEST_F() argument
603 TEST_F(InstrumentationTest, ExceptionThrownEvent) { in TEST_F() argument
607 TEST_F(InstrumentationTest, BranchEvent) { in TEST_F() argument
611 TEST_F(InstrumentationTest, DeoptimizeDirectMethod) { in TEST_F() argument
643 TEST_F(InstrumentationTest, FullDeoptimization) { in TEST_F() argument
661 TEST_F(InstrumentationTest, MixedDeoptimization) { in TEST_F() argument
710 TEST_F(InstrumentationTest, MethodTracing_Interpreter) { in TEST_F() argument
729 TEST_F(InstrumentationTest, MethodTracing_InstrumentationEntryExitStubs) { in TEST_F() argument
770 TEST_F(InstrumentationTest, ConfigureStubs_Nothing) { in TEST_F() argument
778 TEST_F(InstrumentationTest, ConfigureStubs_InstrumentationStubs) { in TEST_F() argument
791 TEST_F(InstrumentationTest, ConfigureStubs_Interpreter) { in TEST_F() argument
804 TEST_F(InstrumentationTest, ConfigureStubs_InstrumentationStubsToInterpreter) { in TEST_F() argument
822 TEST_F(InstrumentationTest, ConfigureStubs_InterpreterToInstrumentationStubs) { in TEST_F() argument
840 TEST_F(InstrumentationTest, in TEST_F() argument
864 TEST_F(InstrumentationTest, MultiConfigureStubs_Nothing) { in TEST_F() argument
875 TEST_F(InstrumentationTest, MultiConfigureStubs_InstrumentationStubs) { in TEST_F() argument
898 TEST_F(InstrumentationTest, MultiConfigureStubs_Interpreter) { in TEST_F() argument
920 TEST_F(InstrumentationTest, MultiConfigureStubs_InstrumentationStubsThenInterpreter) { in TEST_F() argument
942 TEST_F(InstrumentationTest, MultiConfigureStubs_InterpreterThenInstrumentationStubs) { in TEST_F() argument