Searched defs:instMT (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/test/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java89 static void test(boolean correct, MethodHandle mh, MethodType instMT, MethodType samMT) { argument
94 static void testBridge(boolean correct, MethodHandle mh, MethodType instMT, MethodType samMT, MethodType... bridgeMTs) { argument
98 static void testCapture(boolean correct, MethodHandle mh, Class<?>[] captured, MethodType instMT, MethodType samMT) { argument
103 testCaptureBridge(boolean correct, MethodHandle mh, Class<?>[] captured, MethodType instMT, MethodType samMT, MethodType... bridgeMTs) argument
108 tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, MethodType instMT, MethodType samMT) argument
133 tryAltMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, MethodType instMT, MethodType samMT, MethodType... bridgeMTs) argument
[all...]
H A DMetafactoryParameterCastTest.java167 invokeMetafactory(MethodHandle mh, Class<?> sam, String methodName, Class<?>[] captured, MethodType instMT, MethodType samMT) argument
184 invokeAltMetafactory(MethodHandle mh, Class<?> sam, String methodName, Class<?>[] captured, MethodType instMT, MethodType samMT, MethodType... bridgeMTs) argument
H A DMetafactoryDescriptorTest.java118 static void test(boolean correct, MethodHandle mh, MethodType instMT, MethodType samMT) { argument
123 static void testBridge(boolean correct, MethodHandle mh, MethodType instMT, MethodType samMT, MethodType... bridgeMTs) { argument
127 static void tryMetafactory(boolean correct, MethodHandle mh, MethodType instMT, MethodType samMT) { argument
149 static void tryAltMetafactory(boolean correct, MethodHandle mh, MethodType instMT, MethodTyp argument
[all...]

Completed in 90 milliseconds