Searched refs:findConstructor (Results 1 – 9 of 9) sorted by relevance
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandlesTest.java | 184 MethodHandle handle = defaultLookup.findConstructor(String.class, in test_findConstructor() 198 inUtil.findConstructor(ConstructorTest.class, in test_findConstructor() 206 inUtil.findConstructor(ConstructorTest.class, in test_findConstructor() 214 inUtil.findConstructor(ConstructorTest.class, in test_findConstructor() 222 inUtil.findConstructor(PackageSibling.class, in test_findConstructor() 230 inUtil.findConstructor(PackageSibling.class, in test_findConstructor() 969 MethodHandles.lookup().findConstructor(Float.class, in testConstructors() 978 mh = MethodHandles.lookup().findConstructor(Double.class, in testConstructors() 983 mh = MethodHandles.lookup().findConstructor(Double.class, in testConstructors() 990 … mh = MethodHandles.lookup().findConstructor(int.class, MethodType.methodType(void.class)); in testConstructors() [all …]
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | ArrayConstructorTest.java | 50 MethodHandle h = LOOKUP.findConstructor(Object[].class, methodType(void.class)); in testFindConstructorArray()
|
D | JavaDocExamplesTest.java | 154 .findConstructor(String.class, MT_newString); in testFindVirtual() 161 MethodHandle MH_newArrayList = publicLookup().findConstructor( in testFindConstructor() 168 MethodHandle MH_newProcessBuilder = publicLookup().findConstructor( in testFindConstructor() 756 MH_FacLoop = LOOKUP.findConstructor(FacLoop.class, methodType(void.class, I)); in testFacLoop()
|
D | MethodHandlesGeneralTest.java | 378 target = lookup.findConstructor(defc, type); in testFindConstructor()
|
/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
D | MethodHandles.java | 64 …public MethodHandle findConstructor(Class<?> refc, MethodType type) throws NoSuchMethodException, … in findConstructor() method in MethodHandles.Lookup
|
/libcore/ojluni/src/main/java/java/lang/constant/ |
D | DirectMethodHandleDescImpl.java | 164 …case CONSTRUCTOR -> lookup.findConstructor(resolvedOwner, invocationType.changeRetu… in resolveConstantDesc()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
D | MethodHandles.java | 428 public java.lang.invoke.MethodHandle findConstructor( in findConstructor() method in MethodHandles.Lookup
|
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandles.java | 1040 …public MethodHandle findConstructor(Class<?> refc, MethodType type) throws NoSuchMethodException, … in findConstructor() method in MethodHandles.Lookup
|
/libcore/api/ |
D | current.txt | 4724 …method public java.lang.invoke.MethodHandle findConstructor(Class<?>, java.lang.invoke.MethodType)…
|