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

/openjdk9/hotspot/test/compiler/codegen/
H A DTestBooleanVect.java75 test_vi_off(a2, true);
192 test_vi_off(a2, true);
194 errn += verify("test_vi_off: a2", i, a2[i], true);
598 test_vi_off(a2, true);
601 System.out.println("test_vi_off: " + (end - start));
827 static void test_vi_off(boolean[] a, boolean b) { method in class:TestBooleanVect
H A DTestShortVect.java75 test_vi_off(a2, (short)123);
192 test_vi_off(a2, (short)123);
194 errn += verify("test_vi_off: a2", i, a2[i], (short)123);
599 test_vi_off(a2, (short)123);
602 System.out.println("test_vi_off: " + (end - start));
828 static void test_vi_off(short[] a, short b) { method in class:TestShortVect
H A DTestCharVect.java75 test_vi_off(a2, (char)123);
192 test_vi_off(a2, (char)123);
194 errn += verify("test_vi_off: a2", i, a2[i], (char)123);
599 test_vi_off(a2, (char)123);
602 System.out.println("test_vi_off: " + (end - start));
828 static void test_vi_off(char[] a, char b) { method in class:TestCharVect
H A DTestByteVect.java75 test_vi_off(a2, (byte)123);
192 test_vi_off(a2, (byte)123);
194 errn += verify("test_vi_off: a2", i, a2[i], (byte)123);
599 test_vi_off(a2, (byte)123);
602 System.out.println("test_vi_off: " + (end - start));
828 static void test_vi_off(byte[] a, byte b) { method in class:TestByteVect
H A DTestDoubleVect.java75 test_vi_off(a2, 123.);
192 test_vi_off(a2, 123.);
194 errn += verify("test_vi_off: a2", i, a2[i], 123.);
599 test_vi_off(a2, 123.);
602 System.out.println("test_vi_off: " + (end - start));
828 static void test_vi_off(double[] a, double b) { method in class:TestDoubleVect
H A DTestLongVect.java75 test_vi_off(a2, (long)123);
192 test_vi_off(a2, (long)123);
194 errn += verify("test_vi_off: a2", i, a2[i], (long)123);
599 test_vi_off(a2, (long)123);
602 System.out.println("test_vi_off: " + (end - start));
828 static void test_vi_off(long[] a, long b) { method in class:TestLongVect
H A DTestIntVect.java75 test_vi_off(a2, (int)123);
192 test_vi_off(a2, (int)123);
194 errn += verify("test_vi_off: a2", i, a2[i], (int)123);
599 test_vi_off(a2, (int)123);
602 System.out.println("test_vi_off: " + (end - start));
828 static void test_vi_off(int[] a, int b) { method in class:TestIntVect
H A DTestFloatVect.java75 test_vi_off(a2, 123.f);
192 test_vi_off(a2, 123.f);
194 errn += verify("test_vi_off: a2", i, a2[i], 123.f);
599 test_vi_off(a2, 123.f);
602 System.out.println("test_vi_off: " + (end - start));
828 static void test_vi_off(float[] a, float b) { method in class:TestFloatVect
/openjdk9/hotspot/test/compiler/c2/cr8004867/
H A DTestIntUnsafeCAS.java100 test_vi_off(a2, 123, 103);
217 test_vi_off(a2, 123, -1);
219 errn += verify("test_vi_off: a2", i, a2[i], 123);
632 test_vi_off(a2, 123, 103);
635 System.out.println("test_vi_off: " + (end - start));
865 static void test_vi_off(int[] a, int b, int old) { method in class:TestIntUnsafeCAS
H A DTestIntUnsafeVolatile.java100 test_vi_off(a2, 123, 103);
217 test_vi_off(a2, 123, -1);
219 errn += verify("test_vi_off: a2", i, a2[i], 123);
632 test_vi_off(a2, 123, 103);
635 System.out.println("test_vi_off: " + (end - start));
865 static void test_vi_off(int[] a, int b, int old) { method in class:TestIntUnsafeVolatile
H A DTestIntUnsafeOrdered.java100 test_vi_off(a2, 123, 103);
217 test_vi_off(a2, 123, -1);
219 errn += verify("test_vi_off: a2", i, a2[i], 123);
632 test_vi_off(a2, 123, 103);
635 System.out.println("test_vi_off: " + (end - start));
865 static void test_vi_off(int[] a, int b, int old) { method in class:TestIntUnsafeOrdered
H A DTestIntAtomicCAS.java85 test_vi_off(a2, 123, 103);
202 test_vi_off(a2, 123, -1);
204 errn += verify("test_vi_off: a2", i, a2.get(i), 123);
617 test_vi_off(a2, 123, 103);
620 System.out.println("test_vi_off: " + (end - start));
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { method in class:TestIntAtomicCAS
H A DTestIntAtomicOrdered.java85 test_vi_off(a2, 123, 103);
202 test_vi_off(a2, 123, -1);
204 errn += verify("test_vi_off: a2", i, a2.get(i), 123);
617 test_vi_off(a2, 123, 103);
620 System.out.println("test_vi_off: " + (end - start));
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { method in class:TestIntAtomicOrdered
H A DTestIntAtomicVolatile.java85 test_vi_off(a2, 123, 103);
202 test_vi_off(a2, 123, -1);
204 errn += verify("test_vi_off: a2", i, a2.get(i), 123);
617 test_vi_off(a2, 123, 103);
620 System.out.println("test_vi_off: " + (end - start));
846 static void test_vi_off(AtomicIntegerArray a, int b, int old) { method in class:TestIntAtomicVolatile

Completed in 183 milliseconds