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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java111 assertEqualFunction(filterReturnValue(opL2, add0), opL2);
118 assertEqualFunction(sequence(opL2, add0), opL2);
123 assertEqualFunction(sequence(opL2, add13_0),
124 filterArguments(opL2, 0, add13));
125 assertEqualFunction(sequence(opL2, add13_1),
126 filterArguments(opL2, 1, add13));
556 private static Object opL2(Object x, Object y) { return (Object) opI2((int)x, (int)y); } method in class:RicochetTest
561 private static final MethodHandle opI, opI2, opI3, opI4, opI_L, opJ, opJ2, opJ3, opL2, op field in class:RicochetTest
[all...]

Completed in 33 milliseconds