Searched defs:ib1 (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/test/compiler/eliminateAutobox/
H A DTestFloatBoxing.java98 static float simplep2(float i, Float ib1) { argument
174 testp2(float f, int i, Float ib1) argument
[all...]
H A DTestDoubleBoxing.java98 static double simplep2(double i, Double ib1) { argument
174 testp2(double f, int i, Double ib1) argument
[all...]
H A DTestShortBoxing.java98 static short simplep2(short i, Short ib1) { argument
174 testp2(short i, Short ib1) argument
[all...]
H A DTestByteBoxing.java97 static byte simplep2(byte i, Byte ib1) { argument
173 testp2(byte i, Byte ib1) argument
[all...]
H A DTestIntBoxing.java98 static int simplep2(int i, Integer ib1) { argument
174 testp2(int i, Integer ib1) argument
[all...]
H A DTestLongBoxing.java98 static long simplep2(long i, Long ib1) { argument
174 testp2(long i, Long ib1) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java1289 void reportBoundError(UndetVar uv, InferenceBound ib1, InferenceBound ib2) { argument

Completed in 102 milliseconds