Home
last modified time | relevance | path

Searched refs:destPool (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java532 ConstPool srcPool, destPool; field in AnnotationsAttribute.Copier
557 destPool = dest; in Copier()
632 return srcPool.copy(srcIndex, destPool, classnames); in copy()
648 return destPool.addUtf8Info(newName); in copyType()
DStackMapTable.java426 private ConstPool srcPool, destPool; field in StackMapTable.Copier
432 destPool = dest; in Copier()
439 return srcPool.copy(data, destPool, classnames); in copyData()
448 newData[i] = srcPool.copy(data[i], destPool, classnames); in copyData()
DTypeAnnotationsAttribute.java291 ConstPool srcPool, destPool; field in TypeAnnotationsAttribute.SubCopier
300 destPool = dest; in SubCopier()