Home | History | Annotate | Download | only in src

Lines Matching full:after

87   /// CHECK-START: double Main.calcCircleArea(double) load_store_elimination (after)
102 /// CHECK-START: int Main.test1(TestClass, TestClass) load_store_elimination (after)
120 /// CHECK-START: int Main.test2(TestClass) load_store_elimination (after)
145 /// CHECK-START: int Main.test3(TestClass) load_store_elimination (after)
175 /// CHECK-START: int Main.test4(TestClass, boolean) load_store_elimination (after)
198 /// CHECK-START: int Main.test5(TestClass, boolean) load_store_elimination (after)
221 /// CHECK-START: int Main.test6(TestClass, TestClass, boolean) load_store_elimination (after)
243 /// CHECK-START: int Main.test7(TestClass) load_store_elimination (after)
260 /// CHECK-START: int Main.test8() load_store_elimination (after)
281 /// CHECK-START: int Main.test9(TestClass) load_store_elimination (after)
302 /// CHECK-START: int Main.test10(TestClass) load_store_elimination (after)
319 /// CHECK-START: int Main.test11(TestClass) load_store_elimination (after)
340 /// CHECK-START: int Main.test12(TestClass, TestClass) load_store_elimination (after)
362 /// CHECK-START: int Main.test13(TestClass, TestClass2) load_store_elimination (after)
380 /// CHECK-START: int Main.test14(TestClass, SubTestClass) load_store_elimination (after)
397 /// CHECK-START: int Main.test15() load_store_elimination (after)
418 /// CHECK-START: int Main.test16() load_store_elimination (after)
434 /// CHECK-START: int Main.test17() load_store_elimination (after)
452 /// CHECK-START: int Main.test18(TestClass) load_store_elimination (after)
466 /// CHECK-START: float Main.test19(float[], float[]) load_store_elimination (after)
480 /// CHECK-START: TestClass Main.test20() load_store_elimination (after)
500 /// CHECK-START: void Main.test21(TestClass) load_store_elimination (after)
531 /// CHECK-START: int Main.test22() load_store_elimination (after)
555 obj3.i = 5; // This store can be eliminated since the singleton is created after the loop.
570 after)
604 /// CHECK-START: float Main.test24() load_store_elimination (after)
624 /// CHECK-START: void Main.testFinalizable() load_store_elimination (after)
673 /// CHECK-START: int Main.$noinline$testHSelect(boolean) load_store_elimination (after)
708 /// CHECK-START: int Main.sumWithinRange(int[], int, int) load_store_elimination (after)
713 // A lambda-style allocation can be eliminated after inlining.
731 /// CHECK-START: float Main.testAllocationEliminationWithLoops() load_store_elimination (after)
757 /// CHECK-START: TestClass2 Main.testStoreStore() load_store_elimination (after)
788 /// CHECK-START: int Main.testStoreStoreWithDeoptimize(int[]) load_store_elimination (after)
816 /// CHECK-START: double Main.getCircleArea(double, boolean) load_store_elimination (after)
833 /// CHECK-START: double Main.testDeoptimize(int[], double[], double) load_store_elimination (after)
860 /// CHECK-START: int Main.testAllocationEliminationOfArray1() load_store_elimination (after)
877 /// CHECK-START: int Main.testAllocationEliminationOfArray2() load_store_elimination (after)
900 /// CHECK-START: int Main.testAllocationEliminationOfArray3(int) load_store_elimination (after)
917 /// CHECK-START: int Main.testAllocationEliminationOfArray4(int) load_store_elimination (after)