Lines Matching refs:lookup
73 MethodHandle delegate = MethodHandles.lookup().findStatic(Main.class, in testDropArguments()
159 MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testCatchException()
163 MethodHandle handler = MethodHandles.lookup().findStatic(Main.class, in testCatchException()
187 handler = MethodHandles.lookup().findStatic(Main.class, in testCatchException()
201 handler = MethodHandles.lookup().findVirtual(IllegalArgumentException.class, in testCatchException()
234 MethodHandle test = MethodHandles.lookup().findStatic(Main.class, in testGuardWithTest()
241 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testGuardWithTest()
243 final MethodHandle fallback = MethodHandles.lookup().findStatic(Main.class, in testGuardWithTest()
686 MethodHandle stringCharAt = MethodHandles.lookup().findVirtual( in testBindTo()
713 MethodHandle integerParseInt = MethodHandles.lookup().findStatic( in testBindTo()
726 MethodHandle setter1 = MethodHandles.lookup().findSetter(Locals.class, "intValue", int.class); in testBindTo()
736 VarHandle vh = MethodHandles.lookup().findVarHandle(Locals.class, "intValue", int.class); in testBindTo()
781 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
783 final MethodHandle filter = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
800 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
802 final MethodHandle filter = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
815 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
817 final MethodHandle filter = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
850 final MethodHandle target = MethodHandles.lookup().findStatic( in testPermuteArguments()
895 final MethodHandle target = MethodHandles.lookup().findVirtual( in testPermuteArguments()
916 final MethodHandle target = MethodHandles.lookup().findStatic( in testPermuteArguments()
939 final MethodHandle target = MethodHandles.lookup().findVirtual( in testInvokers()
986 MethodHandle delegate = MethodHandles.lookup().findStatic( in testSpreaders_reference()
1039 MethodHandle delegate2 = MethodHandles.lookup().findStatic( in testSpreaders_reference()
1144 MethodHandle delegate = MethodHandles.lookup().findStatic( in testSpreaders_primitive()
1174 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadByte", type); in testSpreaders_primitive()
1190 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadChar", type); in testSpreaders_primitive()
1206 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadShort", type); in testSpreaders_primitive()
1222 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadInt", type); in testSpreaders_primitive()
1235 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadLong", type); in testSpreaders_primitive()
1250 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadFloat", type); in testSpreaders_primitive()
1264 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadDouble", type); in testSpreaders_primitive()
1276 MethodHandle handle = MethodHandles.lookup().findStatic( in testInvokeWithArguments()
1295 MethodHandle handle2 = MethodHandles.lookup().findStatic( in testInvokeWithArguments()
1350 MethodHandle trailingRef = MethodHandles.lookup().findStatic( in testAsCollector()
1388 MethodHandle target = MethodHandles.lookup().findStatic( in testAsCollector()
1393 target = MethodHandles.lookup().findStatic(Main.class, "collectByte", in testAsCollector()
1397 target = MethodHandles.lookup().findStatic(Main.class, "collectChar", in testAsCollector()
1401 target = MethodHandles.lookup().findStatic(Main.class, "collectShort", in testAsCollector()
1405 target = MethodHandles.lookup().findStatic(Main.class, "collectInt", in testAsCollector()
1409 target = MethodHandles.lookup().findStatic(Main.class, "collectLong", in testAsCollector()
1413 target = MethodHandles.lookup().findStatic(Main.class, "collectFloat", in testAsCollector()
1417 target = MethodHandles.lookup().findStatic(Main.class, "collectDouble", in testAsCollector()
1440 MethodHandle filter1 = MethodHandles.lookup().findStatic( in testFilterArguments()
1442 MethodHandle filter2 = MethodHandles.lookup().findStatic( in testFilterArguments()
1445 MethodHandle target = MethodHandles.lookup().findStatic( in testFilterArguments()
1490 MethodHandle badFilter1 = MethodHandles.lookup().findStatic( in testFilterArguments()
1520 MethodHandle filter = MethodHandles.lookup().findStatic( in testCollectArguments()
1524 MethodHandle target = MethodHandles.lookup().findStatic( in testCollectArguments()
1543 filter = MethodHandles.lookup().findStatic(Main.class, "voidFilter", in testCollectArguments()
1552 filter = MethodHandles.lookup().findStatic( in testCollectArguments()
1564 filter = MethodHandles.lookup().findStatic( in testCollectArguments()
1580 MethodHandle target = MethodHandles.lookup().findStatic( in testInsertArguments()
1644 MethodHandle filter = MethodHandles.lookup().findStatic( in testFoldArguments()
1648 MethodHandle target = MethodHandles.lookup().findStatic( in testFoldArguments()
1658 filter = MethodHandles.lookup().findStatic( in testFoldArguments()
1666 filter = MethodHandles.lookup().findStatic( in testFoldArguments()
1675 filter = MethodHandles.lookup().findStatic( in testFoldArguments()