Lines Matching refs:TestClass
21 ## CHECK-START: int Main2.test4(TestClass, boolean) load_store_elimination (before)
27 ## CHECK-START: int Main2.test4(TestClass, boolean) load_store_elimination (after)
38 # static int test4(TestClass obj, boolean b) {
74 ## CHECK-START: int Main2.test5(TestClass, boolean) load_store_elimination (before)
80 ## CHECK-START: int Main2.test5(TestClass, boolean) load_store_elimination (after)
89 # static int test5(TestClass obj, boolean b) {
127 ## CHECK-START: int Main2.test10(TestClass) load_store_elimination (before)
133 ## CHECK-START: int Main2.test10(TestClass) load_store_elimination (after)
143 # static int test10(TestClass obj) {
144 # TestClass.si += obj.i;
184 # TestClass obj = new TestClass();