Searched refs:destPool (Results 1 – 2 of 2) sorted by relevance
457 ConstPool srcPool, destPool; field in AnnotationsAttribute.Copier476 destPool = dest; in Copier()542 return srcPool.copy(srcIndex, destPool, classnames); in copy()558 return destPool.addUtf8Info(newName); in copyType()
401 private ConstPool srcPool, destPool; field in StackMapTable.Copier406 destPool = dest; in Copier()411 return srcPool.copy(data, destPool, null); in copyData()420 newData[i] = srcPool.copy(data[i], destPool, null); in copyData()