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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java91 assertEquals(opI(37), opI.invokeWithArguments(37));
92 assertEqualFunction(opI, opI);
98 assertEqualFunction(opI, opI.asType(opL_I.type()).asType(opI.type()));
139 assertEqualFunction(opI, sequence(convI_L, opL_I));
538 private static int opI(int... xs) { method in class:RicochetTest
545 verbose("opI", x
551 private static int opI(int x) { return opI2(x, 37); } method in class:RicochetTest
561 private static final MethodHandle opI, opI2, opI3, opI4, opI_L, opJ, opJ2, opJ3, opL2, opL, opL2_I, opL_I, opL_J; field in class:RicochetTest
[all...]

Completed in 31 milliseconds