Searched refs:test_orc (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/test/compiler/c2/cr7200264/
H A DTestIntVect.java87 test_orc(a0, a1);
223 test_orc(a0, a1);
225 errn += verify("test_orc: ", i, a0[i], (int)((int)(ADD_INIT+i)|BIT_MASK));
484 static void test_orc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk10/hotspot/test/compiler/c2/cr6340864/
H A DTestIntVect.java95 test_orc(a0, a1);
250 test_orc(a0, a1);
252 errn += verify("test_orc: ", i, a0[i], (int)((int)(ADD_INIT+i)|BIT_MASK));
612 test_orc(a0, a1);
615 System.out.println("test_orc: " + (end - start));
1008 static void test_orc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java94 test_orc(a0, a1);
244 test_orc(a0, a1);
246 errn += verify("test_orc: ", i, a0[i], (long)((long)(ADD_INIT+i)|BIT_MASK));
582 test_orc(a0, a1);
585 System.out.println("test_orc: " + (end - start));
953 static void test_orc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java97 test_orc(a0, a1);
260 test_orc(a0, a1);
262 errn += verify("test_orc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)|BIT_MASK));
690 test_orc(a0, a1);
693 System.out.println("test_orc: " + (end - start));
1136 static void test_orc(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java96 test_orc(a0, a1);
255 test_orc(a0, a1);
257 errn += verify("test_orc: ", i, a0[i], (short)((short)(ADD_INIT+i)|BIT_MASK));
647 test_orc(a0, a1);
650 System.out.println("test_orc: " + (end - start));
1068 static void test_orc(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk10/hotspot/test/compiler/codegen/
H A DTestCharVect2.java96 test_orc(a0, a1);
255 test_orc(a0, a1);
257 errn += verify("test_orc: ", i, a0[i], (char)((char)(ADD_INIT+i)|BIT_MASK));
647 test_orc(a0, a1);
650 System.out.println("test_orc: " + (end - start));
1068 static void test_orc(char[] a0, char[] a1) { method in class:TestCharVect2

Completed in 107 milliseconds