Home
last modified time | relevance | path

Searched refs:MethodHandleImpl (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleImpl.java39 public class MethodHandleImpl extends MethodHandle implements Cloneable { class
42 MethodHandleImpl(long artFieldOrMethod, int handleKind, MethodType type) { in MethodHandleImpl() method in MethodHandleImpl
DMethodHandles.java194 MethodHandleImpl directTarget = getMethodHandleImpl(target); in reflectAs()
873 MethodHandle mh = new MethodHandleImpl(method.getArtMethod(), handleKind, methodType); in createMethodHandle()
1095 mh = new MethodHandleImpl(constructor.getArtMethod(), MethodHandle.INVOKE_DIRECT, in createMethodHandleForConstructor()
1101 MethodHandle initHandle = new MethodHandleImpl( in createMethodHandleForConstructor()
1460 return new MethodHandleImpl(field.getArtField(), kind, methodType); in findAccessor()
2070 MethodHandleImpl directTarget = getMethodHandleImpl(target); in revealDirect()
2195 private static MethodHandleImpl getMethodHandleImpl(MethodHandle target) { in getMethodHandleImpl()
2208 if (target instanceof MethodHandleImpl) { in getMethodHandleImpl()
2209 return (MethodHandleImpl) target; in getMethodHandleImpl()
2754 return new MethodHandleImpl(method.getArtMethod(), kind, methodType); in methodHandleForVarHandleAccessor()
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java50 private static java.lang.invoke.MethodHandleImpl getMethodHandleImpl( in getMethodHandleImpl()
/libcore/
Dopenjdk_java_files.bp265 "ojluni/src/main/java/java/lang/invoke/MethodHandleImpl.java",
DEXPECTED_UPSTREAM263 # java.lang.invoke.MethodHandleImpl in libcore/ doesn't come from the upstream.