Searched refs:CONSTANT_Utf8 (Results 1 – 7 of 7) sorted by relevance
104 tag == ClassConstants.CONSTANT_Utf8) in visitLibraryClass()351 case ClassConstants.CONSTANT_Utf8: return new Utf8Constant(); in createConstant()
971 case ClassConstants.CONSTANT_Utf8: return new Utf8Constant(); in createConstant()
143 return ClassConstants.CONSTANT_Utf8; in getTag()
58 PRIORITIES[ClassConstants.CONSTANT_Utf8] = 13;
459 isUsed = constant.getTag() != ClassConstants.CONSTANT_Utf8 || in shrinkConstantPool()
730 constant.getTag() == ClassConstants.CONSTANT_Utf8) in addUtf8Constant()
113 public static final int CONSTANT_Utf8 = 1; field in ClassConstants