Searched defs:collectArguments (Results 1 – 5 of 5) sorted by relevance
133 … MethodHandle collectArguments(MethodHandle target, int pos, MethodHandle filter) { return null; } in collectArguments() method in MethodHandles
307 …private static MethodHandle collectArguments(MethodHandle lister, int pos, Class<?> array, MethodH… in collectArguments() method in RicochetTest
304 public static java.lang.invoke.MethodHandle collectArguments( in collectArguments() method in MethodHandles
3718 MethodHandle collectArguments(MethodHandle target, int pos, MethodHandle filter) { in collectArguments() method in MethodHandles
1058 public static Object collectArguments( in collectArguments() method in Transformers.VarargsCollector