Searched refs:addUtf8 (Results 1 – 12 of 12) sorted by relevance
69 typeIdx = cpool.addUtf8(t.getSignature());// was addClass(t); in EnumElementValueGen()70 valueIdx = cpool.addUtf8(value);// was addString(value); in EnumElementValueGen()79 typeIdx = cpool.addUtf8(value.getEnumTypeString());// was in EnumElementValueGen()81 valueIdx = cpool.addUtf8(value.getEnumValueString()); // was in EnumElementValueGen()
62 typeIndex = cpool.addUtf8(a.getAnnotationType()); in AnnotationEntryGen()99 this.typeIndex = cpool.addUtf8(type.getSignature()); in AnnotationEntryGen()242 rvaIndex = cp.addUtf8("RuntimeVisibleAnnotations"); in getAnnotationAttributes()245 riaIndex = cp.addUtf8("RuntimeInvisibleAnnotations"); in getAnnotationAttributes()330 rvaIndex = cp.addUtf8("RuntimeVisibleParameterAnnotations"); in getParameterAnnotationAttributes()333 riaIndex = cp.addUtf8("RuntimeInvisibleParameterAnnotations"); in getParameterAnnotationAttributes()
47 idx = cpool.addUtf8(t.getSignature()); in ClassElementValueGen()68 idx = cpool.addUtf8(value.getClassString()); in ClassElementValueGen()
52 nameIdx = cpool.addUtf8(nvp.getNameString()); in ElementValuePairGen()82 this.nameIdx = cpool.addUtf8(name); in ElementValuePairGen()
258 final int utf8 = addUtf8(str); in addString()290 final ConstantClass c = new ConstantClass(addUtf8(clazz)); in addClass_()429 public int addUtf8( final String n ) { in addUtf8() method in ConstantPoolGen552 name_index = addUtf8(name); in addNameAndType()553 signature_index = addUtf8(signature); in addNameAndType()800 return addUtf8(((ConstantUtf8) c).getBytes()); in addConstant()
217 final int name_index = super.getConstantPool().addUtf8(super.getName()); in getField()218 final int signature_index = super.getConstantPool().addUtf8(signature); in getField()222 … addAttribute(new ConstantValue(super.getConstantPool().addUtf8("ConstantValue"), 2, index, in getField()
111 final int name_index = cp.addUtf8(name); in getLocalVariable()112 final int signature_index = cp.addUtf8(type.getSignature()); in getLocalVariable()
382 return new LocalVariableTable(cp.addUtf8("LocalVariableTable"), 2 + lv.length * 10, lv, cp in getLocalVariableTable()442 return new LineNumberTable(cp.addUtf8("LineNumberTable"), 2 + ln.length * 4, ln, cp in getLineNumberTable()554 return new ExceptionTable(cp.addUtf8("Exceptions"), 2 + 2 * size, ex, cp.getConstantPool()); in getExceptionTable()640 final int name_index = _cp.addUtf8(super.getName()); in getMethod()641 final int signature_index = _cp.addUtf8(signature); in getMethod()684 code = new Code(_cp.addUtf8("Code"), 8 + byte_code.length + // prologue byte code in getMethod()
108 idx = getConstantPool().addUtf8(value); in SimpleElementValueGen()131 idx = cpool.addUtf8(value.getValueString()); in SimpleElementValueGen()
99 addAttribute(new SourceFile(cp.addUtf8("SourceFile"), 2, cp.addUtf8(file_name), cp in ClassGen()
211 cp.addUtf8("_in"), in byte_code()212 cp.addUtf8("Ljava/io/BufferedReader;"), in byte_code()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...