Searched defs:target2 (Results 1 – 2 of 2) sorted by relevance
1133 MethodHandle target2 = MethodHandles.filterReturnValue(target, filter); in testFilterReturnValue() local1172 MethodHandle target2 = MethodHandles.filterArguments(target, pos, filter); in testFilterArguments() local1291 MethodHandle target2; in testFoldOrCollectArguments() local1300 System.out.println((isCollect ? "collect" : "fold")+": "+argsToFold+" into "+target2); in testFoldOrCollectArguments() local1333 MethodHandle target2 = MethodHandles.dropArguments(target, pos, in testDropArguments() local
351 Deprecated target2 = ExtendTestClass.class.getAnnotation(Deprecated.class); in test_getAnnotation() local