Searched refs:methodHandleType (Results 1 – 3 of 3) sorted by relevance
50 for (MethodHandleType methodHandleType : values()) { in fromValue()51 if (methodHandleType.value == value) { in fromValue()52 return methodHandleType; in fromValue()72 private final MethodHandleType methodHandleType; field in MethodHandle79 MethodHandleType methodHandleType, in MethodHandle() argument84 this.methodHandleType = methodHandleType; in MethodHandle()92 if (methodHandleType != o.methodHandleType) { in compareTo()93 return methodHandleType.compareTo(o.methodHandleType); in compareTo()99 return methodHandleType; in getMethodHandleType()115 out.writeUnsignedShort(methodHandleType.value); in writeTo()[all …]
449 MethodHandleType methodHandleType = MethodHandleType.fromValue(readUnsignedShort()); in readMethodHandle() local453 return new MethodHandle(Dex.this, methodHandleType, unused1, fieldOrMethodId, unused2); in readMethodHandle()
370 final int methodHandleType = getMethodHandleTypeForKind(kind); in parse0() local371 cst = CstMethodHandle.make(methodHandleType, ref); in parse0()