Lines Matching refs:lookup
72 MethodHandle delegate = MethodHandles.lookup().findStatic(Main.class, in testDropArguments()
158 MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testCatchException()
162 MethodHandle handler = MethodHandles.lookup().findStatic(Main.class, in testCatchException()
186 handler = MethodHandles.lookup().findStatic(Main.class, in testCatchException()
200 handler = MethodHandles.lookup().findVirtual(IllegalArgumentException.class, in testCatchException()
233 MethodHandle test = MethodHandles.lookup().findStatic(Main.class, in testGuardWithTest()
240 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testGuardWithTest()
242 final MethodHandle fallback = MethodHandles.lookup().findStatic(Main.class, in testGuardWithTest()
685 MethodHandle stringCharAt = MethodHandles.lookup().findVirtual( in testBindTo()
712 MethodHandle integerParseInt = MethodHandles.lookup().findStatic( in testBindTo()
748 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
750 final MethodHandle filter = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
767 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
769 final MethodHandle filter = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
782 final MethodHandle target = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
784 final MethodHandle filter = MethodHandles.lookup().findStatic(Main.class, in testFilterReturnValue()
817 final MethodHandle target = MethodHandles.lookup().findStatic( in testPermuteArguments()
862 final MethodHandle target = MethodHandles.lookup().findVirtual( in testPermuteArguments()
883 final MethodHandle target = MethodHandles.lookup().findStatic( in testPermuteArguments()
906 final MethodHandle target = MethodHandles.lookup().findVirtual( in testInvokers()
945 MethodHandle delegate = MethodHandles.lookup().findStatic( in testSpreaders_reference()
998 MethodHandle delegate2 = MethodHandles.lookup().findStatic( in testSpreaders_reference()
1103 MethodHandle delegate = MethodHandles.lookup().findStatic( in testSpreaders_primitive()
1133 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadByte", type); in testSpreaders_primitive()
1149 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadChar", type); in testSpreaders_primitive()
1165 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadShort", type); in testSpreaders_primitive()
1181 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadInt", type); in testSpreaders_primitive()
1194 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadLong", type); in testSpreaders_primitive()
1209 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadFloat", type); in testSpreaders_primitive()
1223 delegate = MethodHandles.lookup().findStatic(Main.class, "spreadDouble", type); in testSpreaders_primitive()
1235 MethodHandle handle = MethodHandles.lookup().findStatic( in testInvokeWithArguments()
1254 MethodHandle handle2 = MethodHandles.lookup().findStatic( in testInvokeWithArguments()
1309 MethodHandle trailingRef = MethodHandles.lookup().findStatic( in testAsCollector()
1347 MethodHandle target = MethodHandles.lookup().findStatic( in testAsCollector()
1352 target = MethodHandles.lookup().findStatic(Main.class, "collectByte", in testAsCollector()
1356 target = MethodHandles.lookup().findStatic(Main.class, "collectChar", in testAsCollector()
1360 target = MethodHandles.lookup().findStatic(Main.class, "collectShort", in testAsCollector()
1364 target = MethodHandles.lookup().findStatic(Main.class, "collectInt", in testAsCollector()
1368 target = MethodHandles.lookup().findStatic(Main.class, "collectLong", in testAsCollector()
1372 target = MethodHandles.lookup().findStatic(Main.class, "collectFloat", in testAsCollector()
1376 target = MethodHandles.lookup().findStatic(Main.class, "collectDouble", in testAsCollector()
1399 MethodHandle filter1 = MethodHandles.lookup().findStatic( in testFilterArguments()
1401 MethodHandle filter2 = MethodHandles.lookup().findStatic( in testFilterArguments()
1404 MethodHandle target = MethodHandles.lookup().findStatic( in testFilterArguments()
1449 MethodHandle badFilter1 = MethodHandles.lookup().findStatic( in testFilterArguments()
1479 MethodHandle filter = MethodHandles.lookup().findStatic( in testCollectArguments()
1483 MethodHandle target = MethodHandles.lookup().findStatic( in testCollectArguments()
1502 filter = MethodHandles.lookup().findStatic(Main.class, "voidFilter", in testCollectArguments()
1511 filter = MethodHandles.lookup().findStatic( in testCollectArguments()
1523 filter = MethodHandles.lookup().findStatic( in testCollectArguments()
1539 MethodHandle target = MethodHandles.lookup().findStatic( in testInsertArguments()
1603 MethodHandle filter = MethodHandles.lookup().findStatic( in testFoldArguments()
1607 MethodHandle target = MethodHandles.lookup().findStatic( in testFoldArguments()
1617 filter = MethodHandles.lookup().findStatic( in testFoldArguments()
1625 filter = MethodHandles.lookup().findStatic( in testFoldArguments()
1634 filter = MethodHandles.lookup().findStatic( in testFoldArguments()