Searched refs:MethodHandleType (Results 1 – 2 of 2) sorted by relevance
32 public enum MethodHandleType { enum in MethodHandle45 MethodHandleType(int value) { in MethodHandleType() method in MethodHandle.MethodHandleType49 static MethodHandleType fromValue(int value) { in fromValue()50 for (MethodHandleType methodHandleType : values()) { in fromValue()72 private final MethodHandleType methodHandleType;79 MethodHandleType methodHandleType, in MethodHandle()98 public MethodHandleType getMethodHandleType() { in getMethodHandleType()
21 import com.android.dex.MethodHandle.MethodHandleType;449 MethodHandleType methodHandleType = MethodHandleType.fromValue(readUnsignedShort()); in readMethodHandle()