Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/constant/
DFieldrefConstant.java64 return ClassConstants.CONSTANT_Fieldref; in getTag()
/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/proguard/src/proguard/classfile/util/
DClassReferenceInitializer.java208 boolean isFieldRef = refConstant.getTag() == ClassConstants.CONSTANT_Fieldref; in visitAnyRefConstant()