• Home
  • Raw
  • Download

Lines Matching refs:findConstructor

688         MethodHandles.lookup().findConstructor(Float.class,  in testConstructors()
701 mh = MethodHandles.lookup().findConstructor(Double.class, in testConstructors()
708 mh = MethodHandles.lookup().findConstructor(Double.class, in testConstructors()
717 mh = MethodHandles.lookup().findConstructor(int.class, MethodType.methodType(void.class)); in testConstructors()
723 mh = MethodHandles.lookup().findConstructor(Readable.class, in testConstructors()
729 mh = MethodHandles.lookup().findConstructor(Process.class, MethodType.methodType(void.class)); in testConstructors()
737 MethodHandle bad = MethodHandles.lookup().findConstructor( in testConstructors()
744 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors()
751 MethodHandle foo = MethodHandles.lookup().findConstructor( in testConstructors()
761 MethodHandle mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
769 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
777 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
785 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
798 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
807 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
815 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
824 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
833 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
842 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
850 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
859 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
867 mh = MethodHandles.lookup().findConstructor( in testStringConstructors()
1447 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1452 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1466 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1489 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1504 mh = MethodHandles.lookup().findConstructor( in testVariableArity()
1711 handle = MethodHandles.lookup().findConstructor(UnreflectTester.class, type); in testRevealDirect()