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

/openjdk10/hotspot/test/compiler/eliminateAutobox/
H A DTestDoubleBoxing.java154 static double testb2(double f, int i) { method in class:TestDoubleBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
705 res[21] += testb2((double)i, i);
H A DTestShortBoxing.java154 static short testb2(short i) { method in class:TestShortBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
705 res[21] += testb2((short)i);
H A DTestByteBoxing.java153 static byte testb2(byte i) { method in class:TestByteBoxing
643 "test2", "testb2", "testc2", "testm2", "testp2",
704 res[21] += testb2((byte)i);
H A DTestIntBoxing.java154 static int testb2(int i) { method in class:TestIntBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
705 res[21] += testb2(i);
H A DTestLongBoxing.java154 static long testb2(long i) { method in class:TestLongBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
705 res[21] += testb2(i);
H A DTestFloatBoxing.java154 static float testb2(float f, int i) { method in class:TestFloatBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
705 res[21] += testb2((float)i, i);

Completed in 81 milliseconds