Home
last modified time | relevance | path

Searched refs:newCp (Results 1 – 25 of 26) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
DNestHostAttribute.java53 public AttributeInfo copy(ConstPool newCp, Map<String, String> classnames) { in copy() argument
55 int newHostIndex = getConstPool().copy(hostIndex, newCp, classnames); in copy()
56 return new NestHostAttribute(newCp, newHostIndex); in copy()
DConstantAttribute.java69 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
70 int index = getConstPool().copy(getConstantValue(), newCp, in copy()
72 return new ConstantAttribute(newCp, index); in copy()
DBootstrapMethodsAttribute.java112 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
117 m.methodRef = thisCp.copy(m.methodRef, newCp, classnames); in copy()
119 m.arguments[k] = thisCp.copy(m.arguments[k], newCp, classnames); in copy()
122 return new BootstrapMethodsAttribute(newCp, methods); in copy()
DNestMembersAttribute.java52 public AttributeInfo copy(ConstPool newCp, Map<String, String> classnames) { in copy() argument
62 int newIndex = cp.copy(index, newCp, classnames); in copy()
66 return new NestMembersAttribute(newCp, dest); in copy()
DAnnotationDefaultAttribute.java108 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
110 = new AnnotationsAttribute.Copier(info, constPool, newCp, classnames); in copy()
113 return new AnnotationDefaultAttribute(newCp, copier.close()); in copy()
DInnerClassesAttribute.java258 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
262 InnerClassesAttribute attr = new InnerClassesAttribute(newCp, dest); in copy()
273 innerClass = cp.copy(innerClass, newCp, classnames); in copy()
278 outerClass = cp.copy(outerClass, newCp, classnames); in copy()
283 innerName = cp.copy(innerName, newCp, classnames); in copy()
DEnclosingMethodAttribute.java132 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
134 return new EnclosingMethodAttribute(newCp, className()); in copy()
135 return new EnclosingMethodAttribute(newCp, className(), in copy()
DDeprecatedAttribute.java54 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
55 return new DeprecatedAttribute(newCp); in copy()
DSyntheticAttribute.java54 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
55 return new SyntheticAttribute(newCp); in copy()
DSourceFileAttribute.java69 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
70 return new SourceFileAttribute(newCp, getFileName()); in copy()
DParameterAnnotationsAttribute.java109 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
110 Copier copier = new Copier(info, constPool, newCp, classnames); in copy()
113 return new ParameterAnnotationsAttribute(newCp, getName(), in copy()
DLocalVariableAttribute.java298 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
302 LocalVariableAttribute attr = makeThisAttr(newCp, dest); in copy()
316 name = cp.copy(name, newCp, null); in copy()
323 type = newCp.addUtf8Info(sig); in copy()
DMethodParametersAttribute.java76 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
86 return new MethodParametersAttribute(newCp, names, flags); in copy()
DExceptionTable.java232 public ExceptionTable copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
233 ExceptionTable et = new ExceptionTable(newCp); in copy()
236 int type = srcCp.copy(e.catchType, newCp, classnames); in copy()
DLineNumberAttribute.java160 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
167 LineNumberAttribute attr = new LineNumberAttribute(newCp, dest); in copy()
DExceptionsAttribute.java71 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
72 return new ExceptionsAttribute(newCp, this, classnames); in copy()
DStackMap.java117 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
118 Copier copier = new Copier(this, newCp, classnames); in copy()
227 Copier(StackMap map, ConstPool newCp, Map<String,String> classnames) { in Copier() argument
231 destCp = newCp; in Copier()
DTypeAnnotationsAttribute.java62 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
63 Copier copier = new Copier(info, constPool, newCp, classnames); in copy()
66 return new TypeAnnotationsAttribute(newCp, getName(), copier.close()); in copy()
DAttributeInfo.java188 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) in copy() argument
190 return new AttributeInfo(newCp, getName(), Arrays.copyOf(info, info.length)); in copy()
DAnnotationsAttribute.java180 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
181 Copier copier = new Copier(info, constPool, newCp, classnames); in copy()
184 return new AnnotationsAttribute(newCp, getName(), copier.close()); in copy()
DCodeAttribute.java134 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) in copy() argument
138 return new CodeAttribute(newCp, this, classnames); in copy()
DStackMapTable.java67 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) in copy() argument
71 return new StackMapTable(newCp, in copy()
72 new Copier(this.constPool, info, newCp, classnames).doit()); in copy()
DSignatureAttribute.java90 public AttributeInfo copy(ConstPool newCp, Map<String,String> classnames) { in copy() argument
91 return new SignatureAttribute(newCp, getSignature()); in copy()
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavassist-3.19.0-GA.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12