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

/openjdk10/hotspot/test/compiler/eliminateAutobox/
H A DTestDoubleBoxing.java124 static double testm(double f, int i) { method in class:TestDoubleBoxing
643 "test", "testb", "testc", "testm", "testp",
701 res[18] += testm((double)i, i);
H A DTestShortBoxing.java124 static short testm(short i) { method in class:TestShortBoxing
643 "test", "testb", "testc", "testm", "testp",
701 res[18] += testm((short)i);
H A DTestByteBoxing.java123 static byte testm(byte i) { method in class:TestByteBoxing
642 "test", "testb", "testc", "testm", "testp",
700 res[18] += testm((byte)i);
H A DTestIntBoxing.java124 static int testm(int i) { method in class:TestIntBoxing
643 "test", "testb", "testc", "testm", "testp",
701 res[18] += testm(i);
H A DTestLongBoxing.java124 static long testm(long i) { method in class:TestLongBoxing
643 "test", "testb", "testc", "testm", "testp",
701 res[18] += testm(i);
H A DTestFloatBoxing.java124 static float testm(float f, int i) { method in class:TestFloatBoxing
643 "test", "testb", "testc", "testm", "testp",
701 res[18] += testm((float)i, i);

Completed in 199 milliseconds