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

/openjdk7/hotspot/test/compiler/7200264/
H A DTestIntVect.java96 test_orv(a0, a1, (int)BIT_MASK);
235 test_orv(a0, a1, (int)BIT_MASK);
237 errn += verify("test_orv: ", i, a0[i], (int)((int)(ADD_INIT+i)|BIT_MASK));
497 static void test_orv(int[] a0, int[] a1, int b) { method in class:TestIntVect
/openjdk7/hotspot/test/compiler/6340864/
H A DTestIntVect.java95 test_orv(a0, a1, (int)BIT_MASK);
253 test_orv(a0, a1, (int)BIT_MASK);
255 errn += verify("test_orv: ", i, a0[i], (int)((int)(ADD_INIT+i)|BIT_MASK));
617 test_orv(a0, a1, (int)BIT_MASK);
620 System.out.println("test_orv: " + (end - start));
1012 static void test_orv(int[] a0, int[] a1, int b) { method in class:TestIntVect
H A DTestLongVect.java94 test_orv(a0, a1, (long)BIT_MASK);
247 test_orv(a0, a1, (long)BIT_MASK);
249 errn += verify("test_orv: ", i, a0[i], (long)((long)(ADD_INIT+i)|BIT_MASK));
587 test_orv(a0, a1, (long)BIT_MASK);
590 System.out.println("test_orv: " + (end - start));
957 static void test_orv(long[] a0, long[] a1, long b) { method in class:TestLongVect
H A DTestByteVect.java97 test_orv(a0, a1, (byte)BIT_MASK);
263 test_orv(a0, a1, (byte)BIT_MASK);
265 errn += verify("test_orv: ", i, a0[i], (byte)((byte)(ADD_INIT+i)|BIT_MASK));
695 test_orv(a0, a1, (byte)BIT_MASK);
698 System.out.println("test_orv: " + (end - start));
1140 static void test_orv(byte[] a0, byte[] a1, byte b) { method in class:TestByteVect
H A DTestShortVect.java96 test_orv(a0, a1, (short)BIT_MASK);
258 test_orv(a0, a1, (short)BIT_MASK);
260 errn += verify("test_orv: ", i, a0[i], (short)((short)(ADD_INIT+i)|BIT_MASK));
652 test_orv(a0, a1, (short)BIT_MASK);
655 System.out.println("test_orv: " + (end - start));
1072 static void test_orv(short[] a0, short[] a1, short b) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/8001183/
H A DTestCharVect.java96 test_orv(a0, a1, (short)BIT_MASK);
258 test_orv(a0, a1, (short)BIT_MASK);
260 errn += verify("test_orv: ", i, a0[i], (char)((char)(ADD_INIT+i)|BIT_MASK));
652 test_orv(a0, a1, (short)BIT_MASK);
655 System.out.println("test_orv: " + (end - start));
1072 static void test_orv(char[] a0, char[] a1, short b) { method in class:TestCharVect

Completed in 58 milliseconds