Home
last modified time | relevance | path

Searched refs:destCp (Results 1 – 4 of 4) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java340 private byte[] copyCode(ConstPool destCp, Map classnames, in copyCode() argument
348 newCode, destCp, classnames); in copyCode()
354 ConstPool destCp, Map classnameMap) in copyCode() argument
378 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
383 index = srcCp.copy(index, destCp, classnameMap); in copyCode()
397 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
403 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
419 byte[] newcode, ConstPool destCp, in copyConstPoolInfo() argument
422 index = srcCp.copy(index, destCp, classnameMap); in copyConstPoolInfo()
DMethodInfo.java501 ConstPool destCp = constPool; in read() local
503 name = destCp.addUtf8Info(methodname); in read()
508 descriptor = destCp.addUtf8Info(desc2); in read()
513 attribute.add(eattr.copy(destCp, classnames)); in read()
517 attribute.add(cattr.copy(destCp, classnames)); in read()
DExceptionsAttribute.java83 ConstPool destCp = this.constPool; in copyFrom() local
91 ByteArray.write16bit(srcCp.copy(index, destCp, classnames), in copyFrom()
DStackMap.java225 ConstPool srcCp, destCp; field in StackMap.Copier
232 destCp = newCp; in Copier()
258 int newClazz = srcCp.copy(clazz, destCp, classnames); in objectVariable()
268 return new StackMap(destCp, dest); in getStackMap()