Lines Matching refs:InstrumentationTest

188 class InstrumentationTest : public CommonRuntimeTest {  class
475 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument
500 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument
520 TEST_F(InstrumentationTest, MethodExitObjectEvent) { in TEST_F() argument
541 TEST_F(InstrumentationTest, MethodExitPrimEvent) { in TEST_F() argument
560 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
564 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument
568 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument
572 TEST_F(InstrumentationTest, WatchedFramePop) { in TEST_F() argument
576 TEST_F(InstrumentationTest, FieldWriteObjectEvent) { in TEST_F() argument
594 TEST_F(InstrumentationTest, FieldWritePrimEvent) { in TEST_F() argument
612 TEST_F(InstrumentationTest, ExceptionHandledEvent) { in TEST_F() argument
616 TEST_F(InstrumentationTest, ExceptionThrownEvent) { in TEST_F() argument
620 TEST_F(InstrumentationTest, BranchEvent) { in TEST_F() argument
624 TEST_F(InstrumentationTest, DeoptimizeDirectMethod) { in TEST_F() argument
656 TEST_F(InstrumentationTest, FullDeoptimization) { in TEST_F() argument
673 TEST_F(InstrumentationTest, MixedDeoptimization) { in TEST_F() argument
722 TEST_F(InstrumentationTest, MethodTracing_Interpreter) { in TEST_F() argument
741 TEST_F(InstrumentationTest, MethodTracing_InstrumentationEntryExitStubs) { in TEST_F() argument
782 TEST_F(InstrumentationTest, ConfigureStubs_Nothing) { in TEST_F() argument
790 TEST_F(InstrumentationTest, ConfigureStubs_InstrumentationStubs) { in TEST_F() argument
804 TEST_F(InstrumentationTest, ConfigureStubs_Interpreter) { in TEST_F() argument
817 TEST_F(InstrumentationTest, ConfigureStubs_InstrumentationStubsToInterpreter) { in TEST_F() argument
836 TEST_F(InstrumentationTest, ConfigureStubs_InterpreterToInstrumentationStubs) { in TEST_F() argument
856 TEST_F(InstrumentationTest, in TEST_F() argument
882 TEST_F(InstrumentationTest, MultiConfigureStubs_Nothing) { in TEST_F() argument
893 TEST_F(InstrumentationTest, MultiConfigureStubs_InstrumentationStubs) { in TEST_F() argument
919 TEST_F(InstrumentationTest, MultiConfigureStubs_Interpreter) { in TEST_F() argument
941 TEST_F(InstrumentationTest, MultiConfigureStubs_InstrumentationStubsThenInterpreter) { in TEST_F() argument
964 TEST_F(InstrumentationTest, MultiConfigureStubs_InterpreterThenInstrumentationStubs) { in TEST_F() argument