Searched refs:MethodHandleImpl (Results 1 – 3 of 3) sorted by relevance
34 public class MethodHandleImpl extends MethodHandle implements Cloneable { class37 MethodHandleImpl(long artFieldOrMethod, int handleKind, MethodType type) { in MethodHandleImpl() method in MethodHandleImpl
139 MethodHandleImpl directTarget = getMethodHandleImpl(target); in reflectAs()802 MethodHandle mh = new MethodHandleImpl(method.getArtMethod(), handleKind, methodType); in createMethodHandle()988 mh = new MethodHandleImpl(constructor.getArtMethod(), MethodHandle.INVOKE_DIRECT, in createMethodHandleForConstructor()994 MethodHandle initHandle = new MethodHandleImpl( in createMethodHandleForConstructor()1236 return new MethodHandleImpl(field.getArtField(), kind, methodType); in findAccessor()1565 MethodHandleImpl directTarget = getMethodHandleImpl(target); in revealDirect()1684 private static MethodHandleImpl getMethodHandleImpl(MethodHandle target) { in getMethodHandleImpl()1697 if (target instanceof MethodHandleImpl) { in getMethodHandleImpl()1698 return (MethodHandleImpl) target; in getMethodHandleImpl()
248 ojluni/src/main/java/java/lang/invoke/MethodHandleImpl.java \