Lines Matching refs:InstrumentationTest

185 class InstrumentationTest : public CommonRuntimeTest {  class
472 TEST_F(InstrumentationTest, NoInstrumentation) { in TEST_F() argument
497 TEST_F(InstrumentationTest, MethodEntryEvent) { in TEST_F() argument
517 TEST_F(InstrumentationTest, MethodExitObjectEvent) { in TEST_F() argument
537 TEST_F(InstrumentationTest, MethodExitPrimEvent) { in TEST_F() argument
556 TEST_F(InstrumentationTest, MethodUnwindEvent) { in TEST_F() argument
560 TEST_F(InstrumentationTest, DexPcMovedEvent) { in TEST_F() argument
564 TEST_F(InstrumentationTest, FieldReadEvent) { in TEST_F() argument
568 TEST_F(InstrumentationTest, WatchedFramePop) { in TEST_F() argument
572 TEST_F(InstrumentationTest, FieldWriteObjectEvent) { in TEST_F() argument
590 TEST_F(InstrumentationTest, FieldWritePrimEvent) { in TEST_F() argument
608 TEST_F(InstrumentationTest, ExceptionHandledEvent) { in TEST_F() argument
612 TEST_F(InstrumentationTest, ExceptionThrownEvent) { in TEST_F() argument
616 TEST_F(InstrumentationTest, BranchEvent) { in TEST_F() argument
620 TEST_F(InstrumentationTest, DeoptimizeDirectMethod) { in TEST_F() argument
652 TEST_F(InstrumentationTest, FullDeoptimization) { in TEST_F() argument
669 TEST_F(InstrumentationTest, MixedDeoptimization) { in TEST_F() argument
718 TEST_F(InstrumentationTest, MethodTracing_Interpreter) { in TEST_F() argument
737 TEST_F(InstrumentationTest, MethodTracing_InstrumentationEntryExitStubs) { in TEST_F() argument
778 TEST_F(InstrumentationTest, ConfigureStubs_Nothing) { in TEST_F() argument
786 TEST_F(InstrumentationTest, ConfigureStubs_InstrumentationStubs) { in TEST_F() argument
800 TEST_F(InstrumentationTest, ConfigureStubs_Interpreter) { in TEST_F() argument
813 TEST_F(InstrumentationTest, ConfigureStubs_InstrumentationStubsToInterpreter) { in TEST_F() argument
832 TEST_F(InstrumentationTest, ConfigureStubs_InterpreterToInstrumentationStubs) { in TEST_F() argument
852 TEST_F(InstrumentationTest, in TEST_F() argument
878 TEST_F(InstrumentationTest, MultiConfigureStubs_Nothing) { in TEST_F() argument
889 TEST_F(InstrumentationTest, MultiConfigureStubs_InstrumentationStubs) { in TEST_F() argument
915 TEST_F(InstrumentationTest, MultiConfigureStubs_Interpreter) { in TEST_F() argument
937 TEST_F(InstrumentationTest, MultiConfigureStubs_InstrumentationStubsThenInterpreter) { in TEST_F() argument
960 TEST_F(InstrumentationTest, MultiConfigureStubs_InterpreterThenInstrumentationStubs) { in TEST_F() argument