Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandleImpl.java34 public class MethodHandleImpl extends MethodHandle implements Cloneable { class
37 MethodHandleImpl(long artFieldOrMethod, int handleKind, MethodType type) { in MethodHandleImpl() method in MethodHandleImpl
DMethodHandles.java140 MethodHandleImpl directTarget = getMethodHandleImpl(target); in reflectAs()
813 MethodHandle mh = new MethodHandleImpl(method.getArtMethod(), handleKind, methodType); in createMethodHandle()
1005 mh = new MethodHandleImpl(constructor.getArtMethod(), MethodHandle.INVOKE_DIRECT, in createMethodHandleForConstructor()
1011 MethodHandle initHandle = new MethodHandleImpl( in createMethodHandleForConstructor()
1240 return new MethodHandleImpl(field.getArtField(), kind, methodType); in findAccessor()
1851 MethodHandleImpl directTarget = getMethodHandleImpl(target); in revealDirect()
1970 private static MethodHandleImpl getMethodHandleImpl(MethodHandle target) { in getMethodHandleImpl()
1983 if (target instanceof MethodHandleImpl) { in getMethodHandleImpl()
1984 return (MethodHandleImpl) target; in getMethodHandleImpl()
2477 return new MethodHandleImpl(method.getArtMethod(), kind, methodType); in methodHandleForVarHandleAccessor()
/libcore/
Dopenjdk_java_files.bp250 "ojluni/src/main/java/java/lang/invoke/MethodHandleImpl.java",