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

/openjdk10/hotspot/test/compiler/eliminateAutobox/
H A DTestDoubleBoxing.java453 static double sumf_deop(double[] a) { method in class:TestDoubleBoxing
648 "sum_deop", "sumb_deop", "sumc_deop", "sumf_deop", "sump_deop",
738 res[43] = sumf_deop(ia);
H A DTestShortBoxing.java453 static short sumf_deop(short[] a) { method in class:TestShortBoxing
648 "sum_deop", "sumb_deop", "sumc_deop", "sumf_deop", "sump_deop",
738 res[43] = sumf_deop(ia);
H A DTestByteBoxing.java452 static byte sumf_deop(byte[] a) { method in class:TestByteBoxing
647 "sum_deop", "sumb_deop", "sumc_deop", "sumf_deop", "sump_deop",
737 res[43] = sumf_deop(ia);
H A DTestIntBoxing.java453 static int sumf_deop(int[] a) { method in class:TestIntBoxing
648 "sum_deop", "sumb_deop", "sumc_deop", "sumf_deop", "sump_deop",
738 res[43] = sumf_deop(ia);
H A DTestLongBoxing.java453 static long sumf_deop(long[] a) { method in class:TestLongBoxing
648 "sum_deop", "sumb_deop", "sumc_deop", "sumf_deop", "sump_deop",
738 res[43] = sumf_deop(ia);
H A DTestFloatBoxing.java453 static float sumf_deop(float[] a) { method in class:TestFloatBoxing
648 "sum_deop", "sumb_deop", "sumc_deop", "sumf_deop", "sump_deop",
738 res[43] = sumf_deop(ia);

Completed in 102 milliseconds