Searched refs:CONSTANT_Fieldref (Results 1 – 7 of 7) sorted by relevance
64 return ClassConstants.CONSTANT_Fieldref; in getTag()
136 public static final int CONSTANT_Fieldref = 9; field
51 PRIORITIES[ClassConstants.CONSTANT_Fieldref] = 6; // Always wide index.
290 constant.getTag() == ClassConstants.CONSTANT_Fieldref) in addFieldrefConstant()
334 case ClassConstants.CONSTANT_Fieldref: return new FieldrefConstant(); in createConstant()
758 case ClassConstants.CONSTANT_Fieldref: return new FieldrefConstant(); in createConstant()
184 boolean isFieldRef = refConstant.getTag() == ClassConstants.CONSTANT_Fieldref; in visitAnyRefConstant()