HomeSort by relevance Sort by last modified time
    Searched refs:destCp (Results 1 - 4 of 4) sorted by null

  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 340 private byte[] copyCode(ConstPool destCp, Map classnames,
348 newCode, destCp, classnames);
354 ConstPool destCp, Map classnameMap)
378 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp,
383 index = srcCp.copy(index, destCp, classnameMap);
397 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp,
403 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp,
419 byte[] newcode, ConstPool destCp,
422 index = srcCp.copy(index, destCp, classnameMap);
ExceptionsAttribute.java 83 ConstPool destCp = this.constPool;
91 ByteArray.write16bit(srcCp.copy(index, destCp, classnames),
MethodInfo.java 501 ConstPool destCp = constPool;
503 name = destCp.addUtf8Info(methodname);
508 descriptor = destCp.addUtf8Info(desc2);
513 attribute.add(eattr.copy(destCp, classnames));
517 attribute.add(cattr.copy(destCp, classnames));
StackMap.java 225 ConstPool srcCp, destCp;
232 destCp = newCp;
258 int newClazz = srcCp.copy(clazz, destCp, classnames);
268 return new StackMap(destCp, dest);

Completed in 46 milliseconds