Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java457 ConstPool srcPool, destPool; field in AnnotationsAttribute.Copier
476 destPool = dest; in Copier()
542 return srcPool.copy(srcIndex, destPool, classnames); in copy()
558 return destPool.addUtf8Info(newName); in copyType()
DStackMapTable.java401 private ConstPool srcPool, destPool; field in StackMapTable.Copier
406 destPool = dest; in Copier()
411 return srcPool.copy(data, destPool, null); in copyData()
420 newData[i] = srcPool.copy(data[i], destPool, null); in copyData()