Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/constant/
DMethodrefConstant.java64 return ClassConstants.CONSTANT_Methodref; in getTag()
/external/proguard/src/proguard/classfile/
DClassConstants.java137 public static final int CONSTANT_Methodref = 10; field
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java52 PRIORITIES[ClassConstants.CONSTANT_Methodref] = 7;
DConstantPoolEditor.java504 constant.getTag() == ClassConstants.CONSTANT_Methodref) in addMethodrefConstant()
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java335 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()
DProgramClassReader.java759 case ClassConstants.CONSTANT_Methodref: return new MethodrefConstant(); in createConstant()