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

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

Completed in 48 milliseconds