Home
last modified time | relevance | path

Searched refs:CONSTANT_InterfaceMethodref (Results 1 – 6 of 6) sorted by relevance

/external/proguard/src/proguard/classfile/constant/
DInterfaceMethodrefConstant.java64 return ClassConstants.CONSTANT_InterfaceMethodref; in getTag()
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java53 …PRIORITIES[ClassConstants.CONSTANT_InterfaceMethodref] = 8; // Always wide index (invokeinterface).
DConstantPoolEditor.java484 constant.getTag() == ClassConstants.CONSTANT_InterfaceMethodref) in addInterfaceMethodrefConstant()
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java356 … case ClassConstants.CONSTANT_InterfaceMethodref: return new InterfaceMethodrefConstant(); in createConstant()
DProgramClassReader.java976 … case ClassConstants.CONSTANT_InterfaceMethodref: return new InterfaceMethodrefConstant(); in createConstant()
/external/proguard/src/proguard/classfile/
DClassConstants.java122 public static final int CONSTANT_InterfaceMethodref = 11; field in ClassConstants