Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java254 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
255 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
256 printCalled(target, name, argsWithSelf); in testFindVirtual()
257 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
259 assertCalled(name, argsWithSelf); in testFindVirtual()
262 printCalled(target, name, argsWithSelf); in testFindVirtual()
264 Object orig = argsWithSelf[0]; in testFindVirtual()
267 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
268 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java254 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
255 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
256 printCalled(target, name, argsWithSelf); in testFindVirtual()
257 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
259 assertCalled(name, argsWithSelf); in testFindVirtual()
262 printCalled(target, name, argsWithSelf); in testFindVirtual()
264 Object orig = argsWithSelf[0]; in testFindVirtual()
267 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
268 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java254 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
255 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
256 printCalled(target, name, argsWithSelf); in testFindVirtual()
257 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
259 assertCalled(name, argsWithSelf); in testFindVirtual()
262 printCalled(target, name, argsWithSelf); in testFindVirtual()
264 Object orig = argsWithSelf[0]; in testFindVirtual()
267 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
268 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java255 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
256 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
257 printCalled(target, name, argsWithSelf); in testFindVirtual()
258 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
260 assertCalled(name, argsWithSelf); in testFindVirtual()
263 printCalled(target, name, argsWithSelf); in testFindVirtual()
265 Object orig = argsWithSelf[0]; in testFindVirtual()
268 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
269 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java255 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
256 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
257 printCalled(target, name, argsWithSelf); in testFindVirtual()
258 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
260 assertCalled(name, argsWithSelf); in testFindVirtual()
263 printCalled(target, name, argsWithSelf); in testFindVirtual()
265 Object orig = argsWithSelf[0]; in testFindVirtual()
268 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
269 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java255 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
256 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
257 printCalled(target, name, argsWithSelf); in testFindVirtual()
258 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
260 assertCalled(name, argsWithSelf); in testFindVirtual()
263 printCalled(target, name, argsWithSelf); in testFindVirtual()
265 Object orig = argsWithSelf[0]; in testFindVirtual()
268 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
269 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java255 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
256 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
257 printCalled(target, name, argsWithSelf); in testFindVirtual()
258 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
260 assertCalled(name, argsWithSelf); in testFindVirtual()
263 printCalled(target, name, argsWithSelf); in testFindVirtual()
265 Object orig = argsWithSelf[0]; in testFindVirtual()
268 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
269 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/
H A DMethodHandlesGeneralTest.java255 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
256 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
257 printCalled(target, name, argsWithSelf); in testFindVirtual()
258 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
260 assertCalled(name, argsWithSelf); in testFindVirtual()
263 printCalled(target, name, argsWithSelf); in testFindVirtual()
265 Object orig = argsWithSelf[0]; in testFindVirtual()
268 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
269 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java692 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
693 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
694 printCalled(target, name, argsWithSelf); in testFindVirtual()
695 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
697 assertCalled(name, argsWithSelf); in testFindVirtual()
700 printCalled(target, name, argsWithSelf); in testFindVirtual()
702 Object orig = argsWithSelf[0]; in testFindVirtual()
705 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
706 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java692 Object[] argsWithSelf = randomArgs(paramsWithSelf); in testFindVirtual() local
693 if (selfc.isAssignableFrom(rcvc) && rcvc != selfc) argsWithSelf[0] = randomArg(rcvc); in testFindVirtual()
694 printCalled(target, name, argsWithSelf); in testFindVirtual()
695 Object res = target.invokeWithArguments(argsWithSelf); in testFindVirtual()
697 assertCalled(name, argsWithSelf); in testFindVirtual()
700 printCalled(target, name, argsWithSelf); in testFindVirtual()
702 Object orig = argsWithSelf[0]; in testFindVirtual()
705 assertArrayEquals((Object[])res, (Object[])argsWithSelf[0]); in testFindVirtual()
706 assert(Arrays.deepEquals(new Object[]{res}, new Object[]{argsWithSelf[0]})); in testFindVirtual()