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/
DClassConstants.java138 public static final int CONSTANT_InterfaceMethodref = 11; field
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java53 PRIORITIES[ClassConstants.CONSTANT_InterfaceMethodref] = 8;
DConstantPoolEditor.java397 constant.getTag() == ClassConstants.CONSTANT_InterfaceMethodref) in addInterfaceMethodrefConstant()
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java336 … case ClassConstants.CONSTANT_InterfaceMethodref: return new InterfaceMethodrefConstant(); in createConstant()
DProgramClassReader.java760 … case ClassConstants.CONSTANT_InterfaceMethodref: return new InterfaceMethodrefConstant(); in createConstant()