Home
last modified time | relevance | path

Searched defs: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()
354 ConstPool destCp, Map classnameMap) in copyCode()
419 byte[] newcode, ConstPool destCp, in copyConstPoolInfo()
DExceptionsAttribute.java83 ConstPool destCp = this.constPool; in copyFrom() local
DMethodInfo.java501 ConstPool destCp = constPool; in read() local
DStackMap.java225 ConstPool srcCp, destCp; field in StackMap.Copier