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

/openjdk7/hotspot/test/compiler/7200264/
H A DTestIntVect.java95 test_orc(a0, a1);
231 test_orc(a0, a1);
233 errn += verify("test_orc: ", i, a0[i], (int)((int)(ADD_INIT+i)|BIT_MASK));
492 static void test_orc(int[] a0, int[] a1) { method in class:TestIntVect
/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java94 test_orc(a0, a1);
249 test_orc(a0, a1);
251 errn += verify("test_orc: ", i, a0[i], (int)((int)(ADD_INIT+i)|BIT_MASK));
611 test_orc(a0, a1);
614 System.out.println("test_orc: " + (end - start));
1007 static void test_orc(int[] a0, int[] a1) { method in class:TestIntVect
H A DTestLongVect.java93 test_orc(a0, a1);
243 test_orc(a0, a1);
245 errn += verify("test_orc: ", i, a0[i], (long)((long)(ADD_INIT+i)|BIT_MASK));
581 test_orc(a0, a1);
584 System.out.println("test_orc: " + (end - start));
952 static void test_orc(long[] a0, long[] a1) { method in class:TestLongVect
H A DTestByteVect.java96 test_orc(a0, a1);
259 test_orc(a0, a1);
261 errn += verify("test_orc: ", i, a0[i], (byte)((byte)(ADD_INIT+i)|BIT_MASK));
689 test_orc(a0, a1);
692 System.out.println("test_orc: " + (end - start));
1135 static void test_orc(byte[] a0, byte[] a1) { method in class:TestByteVect
H A DTestShortVect.java95 test_orc(a0, a1);
254 test_orc(a0, a1);
256 errn += verify("test_orc: ", i, a0[i], (short)((short)(ADD_INIT+i)|BIT_MASK));
646 test_orc(a0, a1);
649 System.out.println("test_orc: " + (end - start));
1067 static void test_orc(short[] a0, short[] a1) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java95 test_orc(a0, a1);
254 test_orc(a0, a1);
256 errn += verify("test_orc: ", i, a0[i], (char)((char)(ADD_INIT+i)|BIT_MASK));
646 test_orc(a0, a1);
649 System.out.println("test_orc: " + (end - start));
1067 static void test_orc(char[] a0, char[] a1) { method in class:TestCharVect

Completed in 95 milliseconds