Searched refs:artFieldOrMethod (Results 1 – 2 of 2) sorted by relevance
494 /** @hide */ protected final long artFieldOrMethod; field in MethodHandle497 protected MethodHandle(long artFieldOrMethod, int handleKind, MethodType type) { in MethodHandle() argument498 this.artFieldOrMethod = artFieldOrMethod; in MethodHandle()
42 MethodHandleImpl(long artFieldOrMethod, int handleKind, MethodType type) { in MethodHandleImpl() argument43 super(artFieldOrMethod, handleKind, type); in MethodHandleImpl()