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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java549 private static int opI3(int x, int y, int z) { return opI(x, y, z); } method in class:RicochetTest
553 private static long opJ3(long x, long y, long z) { return (long) opI3((int)x, (int)y, (int)z); }
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
564 opI3 = findStatic("opI3", int.class, int.class, int.class, int.class);
578 constant(int.class, 42), opI, opI2, opI3, opI4
581 constant(byte.class, (byte)42), i2b(opI), i2b(opI2), i2b(opI3), i2b(opI4)

Completed in 54 milliseconds