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

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java81 test_cp_inv(a1, a2, OFFSET);
227 test_cp_inv(a1, a2, OFFSET);
229 errn += verify("test_cp_inv: a1", i, a1[i], true);
635 test_cp_inv(a1, a2, OFFSET);
638 System.out.println("test_cp_inv: " + (end - start));
859 static void test_cp_inv(boolean[] a, boolean[] b, int k) { method in class:TestBooleanVect
H A DTestShortVect.java81 test_cp_inv(a1, a2, OFFSET);
227 test_cp_inv(a1, a2, OFFSET);
229 errn += verify("test_cp_inv: a1", i, a1[i], (short)123);
636 test_cp_inv(a1, a2, OFFSET);
639 System.out.println("test_cp_inv: " + (end - start));
860 static void test_cp_inv(short[] a, short[] b, int k) { method in class:TestShortVect
H A DTestCharVect.java81 test_cp_inv(a1, a2, OFFSET);
227 test_cp_inv(a1, a2, OFFSET);
229 errn += verify("test_cp_inv: a1", i, a1[i], (char)123);
636 test_cp_inv(a1, a2, OFFSET);
639 System.out.println("test_cp_inv: " + (end - start));
860 static void test_cp_inv(char[] a, char[] b, int k) { method in class:TestCharVect
H A DTestByteVect.java81 test_cp_inv(a1, a2, OFFSET);
227 test_cp_inv(a1, a2, OFFSET);
229 errn += verify("test_cp_inv: a1", i, a1[i], (byte)123);
636 test_cp_inv(a1, a2, OFFSET);
639 System.out.println("test_cp_inv: " + (end - start));
860 static void test_cp_inv(byte[] a, byte[] b, int k) { method in class:TestByteVect
H A DTestDoubleVect.java81 test_cp_inv(a1, a2, OFFSET);
227 test_cp_inv(a1, a2, OFFSET);
229 errn += verify("test_cp_inv: a1", i, a1[i], 123.);
636 test_cp_inv(a1, a2, OFFSET);
639 System.out.println("test_cp_inv: " + (end - start));
860 static void test_cp_inv(double[] a, double[] b, int k) { method in class:TestDoubleVect
H A DTestLongVect.java81 test_cp_inv(a1, a2, OFFSET);
227 test_cp_inv(a1, a2, OFFSET);
229 errn += verify("test_cp_inv: a1", i, a1[i], (long)123);
636 test_cp_inv(a1, a2, OFFSET);
639 System.out.println("test_cp_inv: " + (end - start));
860 static void test_cp_inv(long[] a, long[] b, int k) { method in class:TestLongVect
H A DTestIntVect.java81 test_cp_inv(a1, a2, OFFSET);
227 test_cp_inv(a1, a2, OFFSET);
229 errn += verify("test_cp_inv: a1", i, a1[i], (int)123);
636 test_cp_inv(a1, a2, OFFSET);
639 System.out.println("test_cp_inv: " + (end - start));
860 static void test_cp_inv(int[] a, int[] b, int k) { method in class:TestIntVect
H A DTestFloatVect.java81 test_cp_inv(a1, a2, OFFSET);
227 test_cp_inv(a1, a2, OFFSET);
229 errn += verify("test_cp_inv: a1", i, a1[i], 123.f);
636 test_cp_inv(a1, a2, OFFSET);
639 System.out.println("test_cp_inv: " + (end - start));
860 static void test_cp_inv(float[] a, float[] b, int k) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java106 test_cp_inv(a1, a2, OFFSET);
252 test_cp_inv(a1, a2, OFFSET);
254 errn += verify("test_cp_inv: a1", i, a1[i], 123);
669 test_cp_inv(a1, a2, OFFSET);
672 System.out.println("test_cp_inv: " + (end - start));
897 static void test_cp_inv(int[] a, int[] b, int k) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java106 test_cp_inv(a1, a2, OFFSET);
252 test_cp_inv(a1, a2, OFFSET);
254 errn += verify("test_cp_inv: a1", i, a1[i], 123);
669 test_cp_inv(a1, a2, OFFSET);
672 System.out.println("test_cp_inv: " + (end - start));
897 static void test_cp_inv(int[] a, int[] b, int k) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java106 test_cp_inv(a1, a2, OFFSET);
252 test_cp_inv(a1, a2, OFFSET);
254 errn += verify("test_cp_inv: a1", i, a1[i], 123);
669 test_cp_inv(a1, a2, OFFSET);
672 System.out.println("test_cp_inv: " + (end - start));
897 static void test_cp_inv(int[] a, int[] b, int k) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java91 test_cp_inv(a1, a2, OFFSET);
237 test_cp_inv(a1, a2, OFFSET);
239 errn += verify("test_cp_inv: a1", i, a1.get(i), 123);
654 test_cp_inv(a1, a2, OFFSET);
657 System.out.println("test_cp_inv: " + (end - start));
878 static void test_cp_inv(AtomicIntegerArray a, AtomicIntegerArray b, int k) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java91 test_cp_inv(a1, a2, OFFSET);
237 test_cp_inv(a1, a2, OFFSET);
239 errn += verify("test_cp_inv: a1", i, a1.get(i), 123);
654 test_cp_inv(a1, a2, OFFSET);
657 System.out.println("test_cp_inv: " + (end - start));
878 static void test_cp_inv(AtomicIntegerArray a, AtomicIntegerArray b, int k) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java91 test_cp_inv(a1, a2, OFFSET);
237 test_cp_inv(a1, a2, OFFSET);
239 errn += verify("test_cp_inv: a1", i, a1.get(i), 123);
654 test_cp_inv(a1, a2, OFFSET);
657 System.out.println("test_cp_inv: " + (end - start));
878 static void test_cp_inv(AtomicIntegerArray a, AtomicIntegerArray b, int k) { method in class:TestIntAtomicVolatile

Completed in 112 milliseconds