Searched defs:test_init (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/test/compiler/7192963/
H A DTestByteVect.java55 test_init(a0);
66 test_init(a0);
68 errn += verify("test_init: ", i, a0[i], (byte)(i&3));
100 test_init(a0);
103 System.out.println("test_init: " + (end - start));
143 static void test_init(byte[] a0) { method in class:TestByteVect
H A DTestDoubleVect.java55 test_init(a0);
66 test_init(a0);
68 errn += verify("test_init: ", i, a0[i], (double)(i&3));
100 test_init(a0);
103 System.out.println("test_init: " + (end - start));
143 static void test_init(double[] a0) { method in class:TestDoubleVect
H A DTestFloatVect.java55 test_init(a0);
66 test_init(a0);
68 errn += verify("test_init: ", i, a0[i], (float)(i&3));
100 test_init(a0);
103 System.out.println("test_init: " + (end - start));
143 static void test_init(float[] a0) { method in class:TestFloatVect
H A DTestIntVect.java55 test_init(a0);
66 test_init(a0);
68 errn += verify("test_init: ", i, a0[i], (i&3));
100 test_init(a0);
103 System.out.println("test_init: " + (end - start));
143 static void test_init(int[] a0) { method in class:TestIntVect
H A DTestLongVect.java55 test_init(a0);
66 test_init(a0);
68 errn += verify("test_init: ", i, a0[i], (long)(i&3));
100 test_init(a0);
103 System.out.println("test_init: " + (end - start));
143 static void test_init(long[] a0) { method in class:TestLongVect
H A DTestShortVect.java55 test_init(a0);
66 test_init(a0);
68 errn += verify("test_init: ", i, a0[i], (short)(i&3));
100 test_init(a0);
103 System.out.println("test_init: " + (end - start));
143 static void test_init(short[] a0) { method in class:TestShortVect
/openjdk7/hotspot/test/compiler/6942326/
H A DTest.java232 public static long test_init(String a, String b) { method in class:Test
270 long start = test_init(a, b);
284 long start = test_init(a, b);
298 long start = test_init(a, b);
314 long start = test_init(tc.constr(), b);
328 long start = test_init(tc.constr(), b);

Completed in 34 milliseconds