Home
last modified time | relevance | path

Searched refs:findConstructor (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandlesTest.java184 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/
DArrayConstructorTest.java50 MethodHandle h = LOOKUP.findConstructor(Object[].class, methodType(void.class)); in testFindConstructorArray()
DJavaDocExamplesTest.java154 .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()
DMethodHandlesGeneralTest.java378 target = lookup.findConstructor(defc, type); in testFindConstructor()
/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java64 …public MethodHandle findConstructor(Class<?> refc, MethodType type) throws NoSuchMethodException, … in findConstructor() method in MethodHandles.Lookup
/libcore/ojluni/src/main/java/java/lang/constant/
DDirectMethodHandleDescImpl.java164 …case CONSTRUCTOR -> lookup.findConstructor(resolvedOwner, invocationType.changeRetu… in resolveConstantDesc()
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java428 public java.lang.invoke.MethodHandle findConstructor( in findConstructor() method in MethodHandles.Lookup
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java1040 …public MethodHandle findConstructor(Class<?> refc, MethodType type) throws NoSuchMethodException, … in findConstructor() method in MethodHandles.Lookup
/libcore/api/
Dcurrent.txt4724 …method public java.lang.invoke.MethodHandle findConstructor(Class<?>, java.lang.invoke.MethodType)…