Searched refs:testFoldOrCollectArguments (Results 1 – 1 of 1) sorted by relevance
| /libcore/ojluni/src/test/java/lang/invoke/ |
| D | MethodHandlesGeneralTest.java | 1190 testFoldOrCollectArguments(true, false); in testCollectArguments() 1209 testFoldOrCollectArguments(false, false); in testFoldArguments0() 1216 testFoldOrCollectArguments(false, true); in testFoldArguments1() 1219 void testFoldOrCollectArguments(boolean isCollect, boolean withFoldPos) throws Throwable { in testFoldOrCollectArguments() method in MethodHandlesGeneralTest 1235 … testFoldOrCollectArguments(argTypes, pos, collect, collectType, lastType, isCollect, withFoldPos); in testFoldOrCollectArguments() 1271 …void testFoldOrCollectArguments(List<Class<?>> argTypes, // argument types minus the inserted com… in testFoldOrCollectArguments() method in MethodHandlesGeneralTest
|