Home
last modified time | relevance | path

Searched refs:collectArguments (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/MethodHandles/
DTestTableSwitch.java143 defaultCase = MethodHandles.collectArguments(defaultCase, 1, collector); in testNonVoidHandles()
150 theCase = MethodHandles.collectArguments(theCase, 1, collector); in testNonVoidHandles()
/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java133 … MethodHandle collectArguments(MethodHandle target, int pos, MethodHandle filter) { return null; } in collectArguments() method in MethodHandles
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java1531 MethodHandle adapter = MethodHandles.collectArguments(target, 0, filter); in testCollectArguments()
1536 adapter = MethodHandles.collectArguments(target, 1, filter); in testCollectArguments()
1541 adapter = MethodHandles.collectArguments(target, 2, filter); in testCollectArguments()
1550 adapter = MethodHandles.collectArguments(target, 0, filter); in testCollectArguments()
1554 adapter = MethodHandles.collectArguments(target, 1, filter); in testCollectArguments()
1565 adapter = MethodHandles.collectArguments(target, 3, filter); in testCollectArguments()
1575 adapter = MethodHandles.collectArguments(target, 0, filter); in testCollectArguments()
1931 MethodHandle collect = MethodHandles.collectArguments(target, 2, filter); in testCollectArgumentsMultiThreaded()
/libcore/ojluni/src/test/java/lang/invoke/
DRicochetTest.java257 … MethodHandle mh = collectArguments(lister, pos, int[].class, INT_COLLECTORS[collects]); in testIntCollects()
297 … MethodHandle mh = collectArguments(lister, pos, byte[].class, BYTE_COLLECTORS[collects]); in testByteCollects()
307 …private static MethodHandle collectArguments(MethodHandle lister, int pos, Class<?> array, MethodH… in collectArguments() method in RicochetTest
DJavaDocExamplesTest.java329 MethodHandle ts3_ts2 = collectArguments(ts3, 1, ts2); in testCollectArguments()
332 MethodHandle ts3_ts2_ts1 = collectArguments(ts3_ts2, 3, ts1); in testCollectArguments()
335 MethodHandle ts3_ts2_ts3 = collectArguments(ts3_ts2, 1, ts3); in testCollectArguments()
DMethodHandlesGeneralTest.java1293 target2 = MethodHandles.collectArguments(target, pos, combine); in testFoldOrCollectArguments()
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java304 public static java.lang.invoke.MethodHandle collectArguments( in collectArguments() method in MethodHandles
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java3728 MethodHandle collectArguments(MethodHandle target, int pos, MethodHandle filter) { in collectArguments() method in MethodHandles
DTransformers.java1058 public static Object collectArguments( in collectArguments() method in Transformers.VarargsCollector
/libcore/api/
Dcurrent.txt4685 …method public static java.lang.invoke.MethodHandle collectArguments(java.lang.invoke.MethodHandle,…