Searched refs:CONSTANT_Fieldref (Results 1 – 7 of 7) sorted by relevance
64 return ClassConstants.CONSTANT_Fieldref; in getTag()
51 … PRIORITIES[ClassConstants.CONSTANT_Fieldref] = 6; // Always wide index (getfield,...).
377 constant.getTag() == ClassConstants.CONSTANT_Fieldref) in addFieldrefConstant()
144 public static final int CONSTANT_Fieldref = 9; field
354 case ClassConstants.CONSTANT_Fieldref: return new FieldrefConstant(); in createConstant()
812 case ClassConstants.CONSTANT_Fieldref: return new FieldrefConstant(); in createConstant()
200 boolean isFieldRef = refConstant.getTag() == ClassConstants.CONSTANT_Fieldref; in visitAnyRefConstant()