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

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java86 test_cp_scl(a1, a2);
260 test_cp_scl(a1, a2);
262 errn += verify("test_cp_scl: a1", i, a1[i], true);
666 test_cp_scl(a1, a2);
669 System.out.println("test_cp_scl: " + (end - start));
886 static void test_cp_scl(boolean[] a, boolean[] b) { method in class:TestBooleanVect
H A DTestShortVect.java86 test_cp_scl(a1, a2);
260 test_cp_scl(a1, a2);
263 errn += verify("test_cp_scl: a1", i, a1[i], (short)val);
667 test_cp_scl(a1, a2);
670 System.out.println("test_cp_scl: " + (end - start));
887 static void test_cp_scl(short[] a, short[] b) { method in class:TestShortVect
H A DTestCharVect.java86 test_cp_scl(a1, a2);
260 test_cp_scl(a1, a2);
263 errn += verify("test_cp_scl: a1", i, a1[i], (char)val);
667 test_cp_scl(a1, a2);
670 System.out.println("test_cp_scl: " + (end - start));
887 static void test_cp_scl(char[] a, char[] b) { method in class:TestCharVect
H A DTestByteVect.java86 test_cp_scl(a1, a2);
260 test_cp_scl(a1, a2);
263 errn += verify("test_cp_scl: a1", i, a1[i], (byte)val);
667 test_cp_scl(a1, a2);
670 System.out.println("test_cp_scl: " + (end - start));
887 static void test_cp_scl(byte[] a, byte[] b) { method in class:TestByteVect
H A DTestDoubleVect.java86 test_cp_scl(a1, a2);
260 test_cp_scl(a1, a2);
263 errn += verify("test_cp_scl: a1", i, a1[i], (double)val);
667 test_cp_scl(a1, a2);
670 System.out.println("test_cp_scl: " + (end - start));
887 static void test_cp_scl(double[] a, double[] b) { method in class:TestDoubleVect
H A DTestLongVect.java86 test_cp_scl(a1, a2);
260 test_cp_scl(a1, a2);
263 errn += verify("test_cp_scl: a1", i, a1[i], (long)val);
667 test_cp_scl(a1, a2);
670 System.out.println("test_cp_scl: " + (end - start));
887 static void test_cp_scl(long[] a, long[] b) { method in class:TestLongVect
H A DTestIntVect.java86 test_cp_scl(a1, a2);
260 test_cp_scl(a1, a2);
263 errn += verify("test_cp_scl: a1", i, a1[i], (int)val);
667 test_cp_scl(a1, a2);
670 System.out.println("test_cp_scl: " + (end - start));
887 static void test_cp_scl(int[] a, int[] b) { method in class:TestIntVect
H A DTestFloatVect.java86 test_cp_scl(a1, a2);
260 test_cp_scl(a1, a2);
263 errn += verify("test_cp_scl: a1", i, a1[i], (float)val);
667 test_cp_scl(a1, a2);
670 System.out.println("test_cp_scl: " + (end - start));
887 static void test_cp_scl(float[] a, float[] b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java111 test_cp_scl(a1, a2);
285 test_cp_scl(a1, a2);
288 errn += verify("test_cp_scl: a1", i, a1[i], val);
700 test_cp_scl(a1, a2);
703 System.out.println("test_cp_scl: " + (end - start));
924 static void test_cp_scl(int[] a, int[] b) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java111 test_cp_scl(a1, a2);
285 test_cp_scl(a1, a2);
288 errn += verify("test_cp_scl: a1", i, a1[i], val);
700 test_cp_scl(a1, a2);
703 System.out.println("test_cp_scl: " + (end - start));
924 static void test_cp_scl(int[] a, int[] b) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java111 test_cp_scl(a1, a2);
285 test_cp_scl(a1, a2);
288 errn += verify("test_cp_scl: a1", i, a1[i], val);
700 test_cp_scl(a1, a2);
703 System.out.println("test_cp_scl: " + (end - start));
924 static void test_cp_scl(int[] a, int[] b) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java96 test_cp_scl(a1, a2);
270 test_cp_scl(a1, a2);
273 errn += verify("test_cp_scl: a1", i, a1.get(i), val);
685 test_cp_scl(a1, a2);
688 System.out.println("test_cp_scl: " + (end - start));
905 static void test_cp_scl(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java96 test_cp_scl(a1, a2);
270 test_cp_scl(a1, a2);
273 errn += verify("test_cp_scl: a1", i, a1.get(i), val);
685 test_cp_scl(a1, a2);
688 System.out.println("test_cp_scl: " + (end - start));
905 static void test_cp_scl(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java96 test_cp_scl(a1, a2);
270 test_cp_scl(a1, a2);
273 errn += verify("test_cp_scl: a1", i, a1.get(i), val);
685 test_cp_scl(a1, a2);
688 System.out.println("test_cp_scl: " + (end - start));
905 static void test_cp_scl(AtomicIntegerArray a, AtomicIntegerArray b) { method in class:TestIntAtomicVolatile

Completed in 108 milliseconds