Home
last modified time | relevance | path

Searched refs:reflectAs (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestReflection.java90 Method im = info.reflectAs(Method.class, MethodHandles.lookup()); in methodInvocationFromMethodInfo()
103 info.reflectAs(Method.class, MethodHandles.lookup()); in reflectAsFromVarHandleInvoker()
115 info.reflectAs(Method.class, MethodHandles.lookup()); in reflectAsFromFindVirtual()
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandlesTest.java1920 assertEquals(meth, info.reflectAs(Method.class, MethodHandles.lookup())); in testRevealDirect()
1926 info.reflectAs(Method.class, MethodHandles.publicLookup()); in testRevealDirect()
1942 assertEquals(meth, info.reflectAs(Method.class, MethodHandles.lookup())); in testRevealDirect()
1956 assertEquals(meth, info.reflectAs(Method.class, MethodHandles.lookup())); in testRevealDirect()
1969 assertEquals(cons, info.reflectAs(Constructor.class, MethodHandles.lookup())); in testRevealDirect()
1983 assertEquals(field, info.reflectAs(Field.class, MethodHandles.lookup())); in testRevealDirect()
1992 assertEquals(field, info.reflectAs(Field.class, MethodHandles.lookup())); in testRevealDirect()
2006 assertEquals(field, info.reflectAs(Field.class, MethodHandles.lookup())); in testRevealDirect()
2015 assertEquals(field, info.reflectAs(Field.class, MethodHandles.lookup())); in testRevealDirect()
2025 Method reflected = MethodHandles.reflectAs(Method.class, handle); in testReflectAs()
[all …]
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleInfo.java201 public <T extends Member> T reflectAs(Class<T> expected, Lookup lookup); in reflectAs() method
DMethodHandleImpl.java160 public <T extends Member> T reflectAs(Class<T> expected, MethodHandles.Lookup lookup) { in reflectAs() method in MethodHandleImpl.HandleInfo
DMethodHandles.java193 reflectAs(Class<T> expected, MethodHandle target) { in reflectAs() method in MethodHandles
/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java41 reflectAs(Class<T> expected, MethodHandle target) { return null; } in reflectAs() method in MethodHandles
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java45 public static <T extends java.lang.reflect.Member> T reflectAs( in reflectAs() method in MethodHandles
/libcore/api/
Dcurrent.txt4663 …method public <T extends java.lang.reflect.Member> T reflectAs(Class<T>, java.lang.invoke.MethodHa…
4711 …method public static <T extends java.lang.reflect.Member> T reflectAs(Class<T>, java.lang.invoke.M…