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

/openjdk10/hotspot/test/compiler/eliminateAutobox/
H A DTestDoubleBoxing.java406 static double testb_deop(double f, int i) { method in class:TestDoubleBoxing
645 "test_deop", "testb_deop", "testc_deop", "testf_deop", "testp_deop",
711 res[26] += testb_deop((double)i, i);
H A DTestShortBoxing.java406 static short testb_deop(short i) { method in class:TestShortBoxing
645 "test_deop", "testb_deop", "testc_deop", "testf_deop", "testp_deop",
711 res[26] += testb_deop((short)i);
H A DTestByteBoxing.java405 static byte testb_deop(byte i) { method in class:TestByteBoxing
644 "test_deop", "testb_deop", "testc_deop", "testf_deop", "testp_deop",
710 res[26] += testb_deop((byte)i);
H A DTestIntBoxing.java406 static int testb_deop(int i) { method in class:TestIntBoxing
645 "test_deop", "testb_deop", "testc_deop", "testf_deop", "testp_deop",
711 res[26] += testb_deop(i);
H A DTestLongBoxing.java406 static long testb_deop(long i) { method in class:TestLongBoxing
645 "test_deop", "testb_deop", "testc_deop", "testf_deop", "testp_deop",
711 res[26] += testb_deop(i);
H A DTestFloatBoxing.java406 static float testb_deop(float f, int i) { method in class:TestFloatBoxing
645 "test_deop", "testb_deop", "testc_deop", "testf_deop", "testp_deop",
711 res[26] += testb_deop((float)i, i);

Completed in 252 milliseconds