Home
last modified time | relevance | path

Searched refs:CONSTANT_Utf8 (Results 1 – 25 of 44) sorted by relevance

12

/external/objenesis/main/src/main/java/org/objenesis/instantiator/sun/
DMagicInstantiator.java145 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 …]
/external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
DProxyingInstantiator.java115 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()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantPool.java108 c = getConstant(i, Const.CONSTANT_Utf8); in constantToString()
113 c = getConstant(i, Const.CONSTANT_Utf8); in constantToString()
116 case Const.CONSTANT_Utf8: in constantToString()
133 Const.CONSTANT_Utf8) in constantToString()
135 Const.CONSTANT_Utf8); in constantToString()
154 str = constantToString(cmt.getDescriptorIndex(), Const.CONSTANT_Utf8); in constantToString()
312 c = getConstant(i, Const.CONSTANT_Utf8); in getConstantString()
DEnumElementValue.java59 Const.CONSTANT_Utf8); in stringifyValue()
66 Const.CONSTANT_Utf8); in getEnumTypeString()
73 Const.CONSTANT_Utf8); in getEnumValueString()
DClassElementValue.java49 Const.CONSTANT_Utf8); in getClassString()
57 Const.CONSTANT_Utf8); in stringifyValue()
DConstantNameAndType.java108 return cp.constantToString(getNameIndex(), Const.CONSTANT_Utf8); in getName()
123 return cp.constantToString(getSignatureIndex(), Const.CONSTANT_Utf8); in getSignature()
DPMGClass.java142 Const.CONSTANT_Utf8); in getPMGName()
152 Const.CONSTANT_Utf8); in getPMGClassName()
DConstantUtf8.java141 super(Const.CONSTANT_Utf8); in ConstantUtf8()
151 super(Const.CONSTANT_Utf8); in ConstantUtf8()
DLocalVariable.java159 c = (ConstantUtf8) constant_pool.getConstant(name_index, Const.CONSTANT_Utf8); in getName()
177 c = (ConstantUtf8) constant_pool.getConstant(signature_index, Const.CONSTANT_Utf8); in getSignature()
DMethod.java173 …(ConstantUtf8) super.getConstantPool().getConstant(super.getSignatureIndex(), Const.CONSTANT_Utf8); in toString()
175 … c = (ConstantUtf8) super.getConstantPool().getConstant(super.getNameIndex(), Const.CONSTANT_Utf8); in toString()
DFieldOrMethod.java219 c = (ConstantUtf8) constant_pool.getConstant(name_index, Const.CONSTANT_Utf8); in getName()
229 c = (ConstantUtf8) constant_pool.getConstant(signature_index, Const.CONSTANT_Utf8); in getSignature()
DSimpleElementValue.java58 Const.CONSTANT_Utf8); in getValueString()
196 Const.CONSTANT_Utf8); in stringifyValue()
DAttribute.java189 … final ConstantUtf8 c = (ConstantUtf8) constant_pool.getConstant(name_index, Const.CONSTANT_Utf8); in readAttribute()
276 … final ConstantUtf8 c = (ConstantUtf8) constant_pool.getConstant(name_index, Const.CONSTANT_Utf8); in getName()
DElementValuePair.java50 elementNameIndex, Const.CONSTANT_Utf8); in getNameString()
DMethodParameter.java71 … return ((ConstantUtf8) constant_pool.getConstant(name_index, Const.CONSTANT_Utf8)).getBytes(); in getParameterName()
DConstantModule.java115 final Constant c = cp.getConstant(name_index, Const.CONSTANT_Utf8); in getConstantValue()
DConstantClass.java113 final Constant c = cp.getConstant(name_index, Const.CONSTANT_Utf8); in getConstantValue()
DConstantPackage.java115 final Constant c = cp.getConstant(name_index, Const.CONSTANT_Utf8); in getConstantValue()
DConstantString.java121 final Constant c = cp.getConstant(string_index, Const.CONSTANT_Utf8); in getConstantValue()
DSourceFile.java129 Const.CONSTANT_Utf8); in getSourceFileName()
DConstantValue.java141 c = super.getConstantPool().getConstant(i, Const.CONSTANT_Utf8); in toString()
DUnknown.java78 name = ((ConstantUtf8) constant_pool.getConstant(name_index, Const.CONSTANT_Utf8)) in Unknown()
DInnerClass.java196 Const.CONSTANT_Utf8)).getBytes(); in toString()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DAttributeHTML.java171 Const.CONSTANT_Utf8)).getBytes(); in writeAttribute()
193 … name = ((ConstantUtf8) constant_pool.getConstant(index, Const.CONSTANT_Utf8)) in writeAttribute()
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java104 tag == ClassConstants.CONSTANT_Utf8) in visitLibraryClass()
351 case ClassConstants.CONSTANT_Utf8: return new Utf8Constant(); in createConstant()

12