Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantInterfaceMethodref.java36 super(Const.CONSTANT_InterfaceMethodref, c.getClassIndex(), c.getNameAndTypeIndex()); in ConstantInterfaceMethodref()
47 super(Const.CONSTANT_InterfaceMethodref, input); in ConstantInterfaceMethodref()
56 super(Const.CONSTANT_InterfaceMethodref, class_index, name_and_type_index); in ConstantInterfaceMethodref()
DConstant.java144 case Const.CONSTANT_InterfaceMethodref: in readConstant()
DConstantPool.java137 case Const.CONSTANT_InterfaceMethodref: in constantToString()
DUtility.java365 .constantToString(index, Const.CONSTANT_InterfaceMethodref)) in codeToString()
/external/proguard/src/proguard/classfile/constant/
DInterfaceMethodrefConstant.java64 return ClassConstants.CONSTANT_InterfaceMethodref; in getTag()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java97 case Const.CONSTANT_InterfaceMethodref: in writeConstant()
107 .getConstant(index, Const.CONSTANT_InterfaceMethodref); in writeConstant()
DCodeHTML.java270 .getConstant(m_index, Const.CONSTANT_InterfaceMethodref); in codeToHTML()
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DClassDefinitionUtils.java69 public static final int CONSTANT_InterfaceMethodref = 11; field in ClassDefinitionUtils
/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
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java809 case Const.CONSTANT_InterfaceMethodref: in addConstant()
822 case Const.CONSTANT_InterfaceMethodref: in addConstant()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java234 byte CONSTANT_InterfaceMethodref = 11; field
DConst.java346 public static final byte CONSTANT_InterfaceMethodref = 11; field in Const
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java465 if (obj.getTag() != Const.CONSTANT_InterfaceMethodref) { in visitConstantInterfaceMethodref()
1378 if (obj.getTag() != Const.CONSTANT_InterfaceMethodref) { in visitConstantInterfaceMethodref()
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx1960 CONSTANT_InterfaceMethodref