Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DCodeAttribute.java353 private byte[] copyCode(ConstPool destCp, Map<String,String> classnames, in copyCode() argument
361 newCode, destCp, classnames); in copyCode()
367 ConstPool destCp, Map<String,String> classnameMap) in copyCode() argument
391 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
396 index = srcCp.copy(index, destCp, classnameMap); in copyCode()
410 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
416 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
422 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp, in copyCode()
438 byte[] newcode, ConstPool destCp, in copyConstPoolInfo() argument
441 index = srcCp.copy(index, destCp, classnameMap); in copyConstPoolInfo()
DMethodInfo.java542 ConstPool destCp = constPool; in read() local
544 name = destCp.addUtf8Info(methodname); in read()
549 descriptor = destCp.addUtf8Info(desc2); in read()
554 attribute.add(eattr.copy(destCp, classnames)); in read()
558 attribute.add(cattr.copy(destCp, classnames)); in read()
DExceptionsAttribute.java85 ConstPool destCp = this.constPool; in copyFrom() local
93 ByteArray.write16bit(srcCp.copy(index, destCp, classnames), in copyFrom()
DStackMap.java224 ConstPool srcCp, destCp; field in StackMap.Copier
231 destCp = newCp; in Copier()
261 int newClazz = srcCp.copy(clazz, destCp, classnames); in objectVariable()
272 return new StackMap(destCp, dest); in getStackMap()