Searched refs:CONSTANT_Utf8 (Results 1 – 11 of 11) sorted by relevance
145 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()149 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()153 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()157 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()161 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()165 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()174 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()178 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()182 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()195 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()[all …]
115 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()119 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()123 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()127 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()131 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()135 in.writeByte(CONSTANT_Utf8); in writeExtendingClass()
60 public static final int CONSTANT_Utf8 = 1; field in ClassDefinitionUtils
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
271 case CONSTANT_Utf8: in readClass()