Home
last modified time | relevance | path

Searched defs: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()
367 ConstPool destCp, Map<String,String> classnameMap) in copyCode()
438 byte[] newcode, ConstPool destCp, in copyConstPoolInfo()
DExceptionsAttribute.java85 ConstPool destCp = this.constPool; in copyFrom() local
DMethodInfo.java542 ConstPool destCp = constPool; in read() local
DStackMap.java224 ConstPool srcCp, destCp; field in StackMap.Copier