Lines Matching refs:findConstructor

721         MethodHandles.lookup().findConstructor(Float.class,  in testConstructors()
734 mh = MethodHandles.lookup().findConstructor(Double.class, in testConstructors()
741 mh = MethodHandles.lookup().findConstructor(Double.class, in testConstructors()
750 mh = MethodHandles.lookup().findConstructor(int.class, MethodType.methodType(void.class)); in testConstructors()
756 mh = MethodHandles.lookup().findConstructor(Readable.class, in testConstructors()
762 mh = MethodHandles.lookup().findConstructor(Process.class, MethodType.methodType(void.class)); in testConstructors()
770 MethodHandle bad = MethodHandles.lookup().findConstructor( in testConstructors()
777 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors()
784 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors()
791 MethodHandle handle = MethodHandles.lookup().findConstructor( in testConstructors()
802 MethodHandle mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
810 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
818 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
826 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
839 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
848 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
856 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
865 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
874 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
883 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
891 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
900 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
908 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
917 MethodHandle handle = MethodHandles.lookup().findConstructor( in testStringConstructors()
1498 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1503 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1517 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1540 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1555 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1762 handle = MethodHandles.lookup().findConstructor(UnreflectTester.class, type); in testRevealDirect()