Searched refs:addUtf8Info (Results 1 - 18 of 18) sorted by relevance

/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationsWriter.java121 annotation(pool.addUtf8Info(type), numMemberValuePairs);
150 memberValuePair(pool.addUtf8Info(memberName));
254 constValueIndex('s', pool.addUtf8Info(value));
282 enumConstValue(pool.addUtf8Info(typeName),
283 pool.addUtf8Info(constName));
310 classInfoIndex(pool.addUtf8Info(name));
H A DEnumMemberValue.java91 typeIndex = cp.addUtf8Info(Descriptor.of(typename));
105 valueIndex = cp.addUtf8Info(name);
H A DStringMemberValue.java80 valueIndex = cp.addUtf8Info(newValue);
H A DClassMemberValue.java109 valueIndex = cp.addUtf8Info(setTo);
H A DAnnotation.java86 this(cp.addUtf8Info(Descriptor.of(typeName)), cp);
102 this(cp.addUtf8Info(Descriptor.of(clazz.getName())), cp);
195 p.name = pool.addUtf8Info(name);
/external/javassist/src/main/javassist/bytecode/
H A DFieldInfo.java55 name = cp.addUtf8Info(fieldName);
57 descriptor = cp.addUtf8Info(desc);
81 name = cp.addUtf8Info(getName());
82 descriptor = cp.addUtf8Info(getDescriptor());
117 name = cp.addUtf8Info(getName());
118 descriptor = cp.addUtf8Info(getDescriptor());
144 name = constPool.addUtf8Info(newName);
182 descriptor = constPool.addUtf8Info(desc);
H A DMethodInfo.java79 name = cp.addUtf8Info(methodname);
81 descriptor = constPool.addUtf8Info(desc);
130 name = cp.addUtf8Info(getName());
131 descriptor = cp.addUtf8Info(getDescriptor());
184 name = cp.addUtf8Info(getName());
185 descriptor = cp.addUtf8Info(getDescriptor());
203 name = constPool.addUtf8Info(newName);
271 descriptor = constPool.addUtf8Info(desc);
503 name = destCp.addUtf8Info(methodname);
508 descriptor = destCp.addUtf8Info(desc
[all...]
H A DClassFileWriter.java209 * final int tag = cpw.addUtf8Info("Synthetic");
274 int nameIndex = constPool.addUtf8Info(name);
275 int descIndex = constPool.addUtf8Info(descriptor);
346 int nameIndex = constPool.addUtf8Info(name);
347 int descIndex = constPool.addUtf8Info(descriptor);
385 codeIndex = constPool.addUtf8Info(CodeAttribute.tag);
398 throwsIndex = constPool.addUtf8Info(ExceptionsAttribute.tag);
493 stackIndex = constPool.addUtf8Info(StackMapTable.tag);
557 int utf8 = addUtf8Info(jvmname);
583 return addNameAndTypeInfo(addUtf8Info(nam
718 public int addUtf8Info(String utf8) { method in class:ClassFileWriter.ConstPoolWriter
[all...]
H A DSourceFileAttribute.java45 int index = cp.addUtf8Info(filename);
H A DConstPool.java732 int utf8 = addUtf8Info(Descriptor.toJvmName(qname));
749 return addNameAndTypeInfo(addUtf8Info(name), addUtf8Info(type));
904 return addItem(new StringInfo(addUtf8Info(str)));
962 public int addUtf8Info(String utf8) { method in class:ConstPool
1192 name = cp.addUtf8Info(newName);
1196 name = cp.addUtf8Info(nameStr2);
1205 name = cp.addUtf8Info(newName);
1210 name = cp.addUtf8Info(newName);
1264 typeDescriptor = cp.addUtf8Info(type
[all...]
H A DLocalVariableAttribute.java104 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6);
122 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6);
318 type = newCp.addUtf8Info(sig);
H A DInnerClassesAttribute.java169 int n = constPool.addUtf8Info(name);
H A DAnnotationsAttribute.java448 int index2 = cpool.addUtf8Info(newName);
558 return destPool.addUtf8Info(newName);
H A DAttributeInfo.java57 this(cp, cp.addUtf8Info(attrname), attrinfo);
H A DSignatureAttribute.java47 int index = cp.addUtf8Info(signature);
72 int index = getConstPool().addUtf8Info(sig);
/external/javassist/src/main/javassist/convert/
H A DTransformNew.java95 int mnameIndex = cp.addUtf8Info(trapMethod);
96 typedesc = cp.addUtf8Info(
H A DTransformCall.java111 int nt = cp.addNameAndTypeInfo(cp.addUtf8Info(newMethodname),
/external/javassist/src/main/javassist/
H A DCtBehavior.java561 cp.addUtf8Info(name), cp.addUtf8Info(desc), maxLocals);

Completed in 320 milliseconds