Searched refs:testm2 (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/test/compiler/c2/
H A DTest7110586.java61 static int testm2() { method in class:Test7110586
92 m2 = testm2();
/openjdk10/hotspot/test/compiler/eliminateAutobox/
H A DTestDoubleBoxing.java164 static double testm2(double f, int i) { method in class:TestDoubleBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
707 res[23] += testm2((double)i, i);
H A DTestShortBoxing.java164 static short testm2(short i) { method in class:TestShortBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
707 res[23] += testm2((short)i);
H A DTestByteBoxing.java163 static byte testm2(byte i) { method in class:TestByteBoxing
643 "test2", "testb2", "testc2", "testm2", "testp2",
706 res[23] += testm2((byte)i);
H A DTestIntBoxing.java164 static int testm2(int i) { method in class:TestIntBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
707 res[23] += testm2(i);
H A DTestLongBoxing.java164 static long testm2(long i) { method in class:TestLongBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
707 res[23] += testm2(i);
H A DTestFloatBoxing.java164 static float testm2(float f, int i) { method in class:TestFloatBoxing
644 "test2", "testb2", "testc2", "testm2", "testp2",
707 res[23] += testm2((float)i, i);

Completed in 102 milliseconds