Searched defs:test1 (Results 1 - 10 of 10) sorted by relevance

/art/test/524-boolean-simplifier-regression/src/
H A DMain.java23 public static boolean test1() { method in class:Main
35 b = (test1() || (b = b)) & b;
/art/test/302-float-conversion/src/
H A DMain.java22 test1();
27 public static void test1() { method in class:Main
/art/test/429-ssa-builder/src/
H A DMain.java27 if (test1) {
47 boolean test1 = true; field in class:Main
/art/test/055-enum-performance/src/
H A DMain.java36 int count1 = test1(500);
46 System.out.println("test1: performed " + count1 + " iterations");
65 System.out.printf("test1: %.3g msec per iteration\n", msec1);
132 static public int test1(int iters) { method in class:Main
/art/test/603-checker-instanceof/src/
H A DMain.java26 test1();
30 /// CHECK-START: void Main.test1() builder (after)
33 /// CHECK-START: void Main.test1() builder (after)
35 public static void test1() { method in class:Main
/art/test/162-method-resolution/src/
H A DMain.java30 test1();
87 private static void test1() throws Exception { method in class:Main
/art/test/484-checker-register-hints/src/
H A DMain.java27 /// CHECK-START: void Main.test1(boolean, int, int, int, int, int) register (after)
43 public static void test1(boolean z, int a, int b, int c, int d, int m) { method in class:Main
/art/test/586-checker-null-array-get/src/
H A DMain.java78 test1();
125 /// CHECK-START: float Main.test1() load_store_elimination (after)
133 public static float test1() { method in class:Main
134 Test1 test1 = getNullTest1();
136 int[] iarr = test1.iarr;
/art/test/667-checker-simd-alignment/src/
H A DMain.java261 private static void test1() { method in class:Main
324 test1();
/art/test/530-checker-lse/src/
H A DMain.java60 boolean test1 = true; field in class:TestClass3
97 /// CHECK-START: int Main.test1(TestClass, TestClass) load_store_elimination (before)
103 /// CHECK-START: int Main.test1(TestClass, TestClass) load_store_elimination (after)
110 static int test1(TestClass obj1, TestClass obj2) { method in class:Main
614 if (obj.test1) {
1160 assertIntEquals(test1(new TestClass(), new TestClass()), 3);

Completed in 338 milliseconds