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

/openjdk7/jdk/test/java/lang/invoke/
H A DRicochetTest.java121 MethodHandle add13_0 = addL.bindTo(opI2(bump13, 0));
122 MethodHandle add13_1 = addL.bindTo(opI2(0, bump13));
548 private static int opI2(int x, int y) { return opI(x, y); } // x*100 + y%100 method in class:RicochetTest
551 private static int opI(int x) { return opI2(x, 37); }
554 private static long opJ2(long x, long y) { return (long) opI2((int)x, (int)y); }
556 private static Object opL2(Object x, Object y) { return (Object) opI2((int)x, (int)y); }
558 private static int opL2_I(Object x, Object y) { return opI2((int)x, (int)y); }
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
565 opI2 = findStatic("opI2", in
[all...]

Completed in 30 milliseconds