Home | History | Annotate | Download | only in src

Lines Matching refs:reg

17 // Note that $opt$reg$ is a marker for the optimizing compiler to test
23 expectEquals(4, $opt$reg$TestLostCopy());
24 expectEquals(-10, $opt$reg$TestTwoLive());
25 expectEquals(-20, $opt$reg$TestThreeLive());
26 expectEquals(5, $opt$reg$TestFourLive());
27 expectEquals(10, $opt$reg$TestMultipleLive());
28 expectEquals(1, $opt$reg$TestWithBreakAndContinue());
29 expectEquals(-15, $opt$reg$testSpillInIf(5, 6, 7));
30 expectEquals(-567, $opt$reg$TestAgressiveLive1(1, 2, 3, 4, 5, 6, 7));
31 expectEquals(-77, $opt$reg$TestAgressiveLive2(1, 2, 3, 4, 5, 6, 7));
34 public static int $opt$reg$TestLostCopy() {
44 public static int $opt$reg$TestTwoLive() {
54 public static int $opt$reg$TestThreeLive() {
66 public static int $opt$reg$TestFourLive() {
80 public static int $opt$reg$TestMultipleLive() {
100 public static int $opt$reg$TestWithBreakAndContinue() {
116 public static int $opt$reg$testSpillInIf(int a, int b, int c) {
129 public static int $opt$reg$TestAgressiveLive1(int a, int b, int c, int d, int e, int f, int g) {
150 public static int $opt$reg$TestAgressiveLive2(int a, int b, int c, int d, int e, int f, int g) {