Home
last modified time | relevance | path

Searched refs:unreflectConstructor (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java83 …public MethodHandle unreflectConstructor(Constructor<?> c) throws IllegalAccessException { return … in unreflectConstructor() method in MethodHandles.Lookup
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandlesTest.java830 MethodHandles.lookup().unreflectConstructor(privateConstructor); in testUnreflects_constructors()
836 MethodHandle mh = MethodHandles.lookup().unreflectConstructor(privateConstructor); in testUnreflects_constructors()
843 mh = MethodHandles.lookup().unreflectConstructor(publicConstructor); in testUnreflects_constructors()
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java547 public java.lang.invoke.MethodHandle unreflectConstructor( in unreflectConstructor() method in MethodHandles.Lookup
/libcore/ojluni/src/main/java/java/io/
DObjectStreamClass.java1499 return MethodHandles.lookup().unreflectConstructor(ctr); in canonicalRecordCtr()
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java1910 public MethodHandle unreflectConstructor(Constructor<?> c) throws IllegalAccessException { in unreflectConstructor() method in MethodHandles.Lookup
/libcore/api/
Dcurrent.txt4739 …method public java.lang.invoke.MethodHandle unreflectConstructor(java.lang.reflect.Constructor<?>)…