Searched refs:test_2vi (Results 1 - 14 of 14) sorted by relevance

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java63 test_2vi(a1, a2, true, true);
124 test_2vi(a1, a2, true, true);
126 errn += verify("test_2vi: a1", i, a1[i], true);
127 errn += verify("test_2vi: a2", i, a2[i], true);
523 test_2vi(a1, a2, true, true);
526 System.out.println("test_2vi: " + (end - start));
757 static void test_2vi(boolean[] a, boolean[] b, boolean c, boolean d) { method in class:TestBooleanVect
H A DTestShortVect.java63 test_2vi(a1, a2, (short)123, (short)103);
124 test_2vi(a1, a2, (short)123, (short)103);
126 errn += verify("test_2vi: a1", i, a1[i], (short)123);
127 errn += verify("test_2vi: a2", i, a2[i], (short)103);
524 test_2vi(a1, a2, (short)123, (short)103);
527 System.out.println("test_2vi: " + (end - start));
758 static void test_2vi(short[] a, short[] b, short c, short d) { method in class:TestShortVect
H A DTestCharVect.java63 test_2vi(a1, a2, (char)123, (char)103);
124 test_2vi(a1, a2, (char)123, (char)103);
126 errn += verify("test_2vi: a1", i, a1[i], (char)123);
127 errn += verify("test_2vi: a2", i, a2[i], (char)103);
524 test_2vi(a1, a2, (char)123, (char)103);
527 System.out.println("test_2vi: " + (end - start));
758 static void test_2vi(char[] a, char[] b, char c, char d) { method in class:TestCharVect
H A DTestByteVect.java63 test_2vi(a1, a2, (byte)123, (byte)103);
124 test_2vi(a1, a2, (byte)123, (byte)103);
126 errn += verify("test_2vi: a1", i, a1[i], (byte)123);
127 errn += verify("test_2vi: a2", i, a2[i], (byte)103);
524 test_2vi(a1, a2, (byte)123, (byte)103);
527 System.out.println("test_2vi: " + (end - start));
758 static void test_2vi(byte[] a, byte[] b, byte c, byte d) { method in class:TestByteVect
H A DTestDoubleVect.java63 test_2vi(a1, a2, 123., 103.);
124 test_2vi(a1, a2, 123., 103.);
126 errn += verify("test_2vi: a1", i, a1[i], 123.);
127 errn += verify("test_2vi: a2", i, a2[i], 103.);
524 test_2vi(a1, a2, 123., 103.);
527 System.out.println("test_2vi: " + (end - start));
758 static void test_2vi(double[] a, double[] b, double c, double d) { method in class:TestDoubleVect
H A DTestLongVect.java63 test_2vi(a1, a2, (long)123, (long)103);
124 test_2vi(a1, a2, (long)123, (long)103);
126 errn += verify("test_2vi: a1", i, a1[i], (long)123);
127 errn += verify("test_2vi: a2", i, a2[i], (long)103);
524 test_2vi(a1, a2, (long)123, (long)103);
527 System.out.println("test_2vi: " + (end - start));
758 static void test_2vi(long[] a, long[] b, long c, long d) { method in class:TestLongVect
H A DTestIntVect.java63 test_2vi(a1, a2, (int)123, (int)103);
124 test_2vi(a1, a2, (int)123, (int)103);
126 errn += verify("test_2vi: a1", i, a1[i], (int)123);
127 errn += verify("test_2vi: a2", i, a2[i], (int)103);
524 test_2vi(a1, a2, (int)123, (int)103);
527 System.out.println("test_2vi: " + (end - start));
758 static void test_2vi(int[] a, int[] b, int c, int d) { method in class:TestIntVect
H A DTestFloatVect.java63 test_2vi(a1, a2, 123.f, 103.f);
124 test_2vi(a1, a2, 123.f, 103.f);
126 errn += verify("test_2vi: a1", i, a1[i], 123.f);
127 errn += verify("test_2vi: a2", i, a2[i], 103.f);
524 test_2vi(a1, a2, 123.f, 103.f);
527 System.out.println("test_2vi: " + (end - start));
758 static void test_2vi(float[] a, float[] b, float c, float d) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java88 test_2vi(a1, a2, 123, 103);
149 test_2vi(a1, a2, 123, 103);
151 errn += verify("test_2vi: a1", i, a1[i], 123);
152 errn += verify("test_2vi: a2", i, a2[i], 103);
557 test_2vi(a1, a2, 123, 103);
560 System.out.println("test_2vi: " + (end - start));
795 static void test_2vi(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java88 test_2vi(a1, a2, 123, 103);
149 test_2vi(a1, a2, 123, 103);
151 errn += verify("test_2vi: a1", i, a1[i], 123);
152 errn += verify("test_2vi: a2", i, a2[i], 103);
557 test_2vi(a1, a2, 123, 103);
560 System.out.println("test_2vi: " + (end - start));
795 static void test_2vi(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java88 test_2vi(a1, a2, 123, 103);
149 test_2vi(a1, a2, 123, 103);
151 errn += verify("test_2vi: a1", i, a1[i], 123);
152 errn += verify("test_2vi: a2", i, a2[i], 103);
557 test_2vi(a1, a2, 123, 103);
560 System.out.println("test_2vi: " + (end - start));
795 static void test_2vi(int[] a, int[] b, int c, int d) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java73 test_2vi(a1, a2, 123, 103);
134 test_2vi(a1, a2, 123, 103);
136 errn += verify("test_2vi: a1", i, a1.get(i), 123);
137 errn += verify("test_2vi: a2", i, a2.get(i), 103);
542 test_2vi(a1, a2, 123, 103);
545 System.out.println("test_2vi: " + (end - start));
776 static void test_2vi(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java73 test_2vi(a1, a2, 123, 103);
134 test_2vi(a1, a2, 123, 103);
136 errn += verify("test_2vi: a1", i, a1.get(i), 123);
137 errn += verify("test_2vi: a2", i, a2.get(i), 103);
542 test_2vi(a1, a2, 123, 103);
545 System.out.println("test_2vi: " + (end - start));
776 static void test_2vi(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java73 test_2vi(a1, a2, 123, 103);
134 test_2vi(a1, a2, 123, 103);
136 errn += verify("test_2vi: a1", i, a1.get(i), 123);
137 errn += verify("test_2vi: a2", i, a2.get(i), 103);
542 test_2vi(a1, a2, 123, 103);
545 System.out.println("test_2vi: " + (end - start));
776 static void test_2vi(AtomicIntegerArray a, AtomicIntegerArray b, int c, int d) { method in class:TestIntAtomicVolatile

Completed in 172 milliseconds