Home
last modified time | relevance | path

Searched refs:CONSTANT_Fieldref (Results 1 – 19 of 19) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantFieldref.java36 super(Const.CONSTANT_Fieldref, c.getClassIndex(), c.getNameAndTypeIndex()); in ConstantFieldref()
47 super(Const.CONSTANT_Fieldref, input); in ConstantFieldref()
56 super(Const.CONSTANT_Fieldref, class_index, name_and_type_index); in ConstantFieldref()
DConstant.java140 case Const.CONSTANT_Fieldref: in readConstant()
DConstantPool.java139 case Const.CONSTANT_Fieldref: in constantToString()
DUtility.java327 constant_pool.constantToString(index, Const.CONSTANT_Fieldref)).append( in codeToString()
/external/proguard/src/proguard/classfile/constant/
DFieldrefConstant.java64 return ClassConstants.CONSTANT_Fieldref; in getTag()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFieldInstruction.java51 + cp.constantToString(super.getIndex(), org.apache.bcel.Const.CONSTANT_Fieldref); in toString()
DConstantPoolGen.java811 case Const.CONSTANT_Fieldref: { in addConstant()
826 case Const.CONSTANT_Fieldref: in addConstant()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java156 case Const.CONSTANT_Fieldref: in writeConstant()
159 Const.CONSTANT_Fieldref); in writeConstant()
DCodeHTML.java232 Const.CONSTANT_Fieldref); in codeToHTML()
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DClassDefinitionUtils.java67 public static final int CONSTANT_Fieldref = 9; field in ClassDefinitionUtils
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java51 … PRIORITIES[ClassConstants.CONSTANT_Fieldref] = 6; // Always wide index (getfield,...).
DConstantPoolEditor.java377 constant.getTag() == ClassConstants.CONSTANT_Fieldref) in addFieldrefConstant()
/external/proguard/src/proguard/classfile/
DClassConstants.java120 public static final int CONSTANT_Fieldref = 9; field in ClassConstants
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java354 case ClassConstants.CONSTANT_Fieldref: return new FieldrefConstant(); in createConstant()
DProgramClassReader.java974 case ClassConstants.CONSTANT_Fieldref: return new FieldrefConstant(); in createConstant()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java225 byte CONSTANT_Fieldref = 9; field
DConst.java327 public static final byte CONSTANT_Fieldref = 9; field in Const
/external/proguard/src/proguard/classfile/util/
DClassReferenceInitializer.java208 boolean isFieldRef = refConstant.getTag() == ClassConstants.CONSTANT_Fieldref; in visitAnyRefConstant()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java449 if (obj.getTag() != Const.CONSTANT_Fieldref) { in visitConstantFieldref()
1316 if (obj.getTag() != Const.CONSTANT_Fieldref) { in visitConstantFieldref()