Searched refs:getArtMethod (Results 1 – 2 of 2) sorted by relevance
183 public final long getArtMethod() { in getArtMethod() method in Executable
813 MethodHandle mh = new MethodHandleImpl(method.getArtMethod(), handleKind, methodType); in createMethodHandle()1005 mh = new MethodHandleImpl(constructor.getArtMethod(), MethodHandle.INVOKE_DIRECT, in createMethodHandleForConstructor()1012 constructor.getArtMethod(), MethodHandle.INVOKE_DIRECT, initType); in createMethodHandleForConstructor()2486 return new MethodHandleImpl(method.getArtMethod(), kind, methodType); in methodHandleForVarHandleAccessor()