Searched refs:MethodHandleImpl (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/invoke/ |
D | MethodHandleImpl.java | 39 public class MethodHandleImpl extends MethodHandle implements Cloneable { class 42 MethodHandleImpl(long artFieldOrMethod, int handleKind, MethodType type) { in MethodHandleImpl() method in MethodHandleImpl
|
D | MethodHandles.java | 194 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/ |
D | MethodHandles.java | 50 private static java.lang.invoke.MethodHandleImpl getMethodHandleImpl( in getMethodHandleImpl()
|
/libcore/ |
D | openjdk_java_files.bp | 265 "ojluni/src/main/java/java/lang/invoke/MethodHandleImpl.java",
|
D | EXPECTED_UPSTREAM | 263 # java.lang.invoke.MethodHandleImpl in libcore/ doesn't come from the upstream.
|