Home
last modified time | relevance | path

Searched refs:createCopy (Results 1 – 7 of 7) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexMethodImpl.java90 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
117 parameters.add(new DexParameterImpl(buffer.createCopy(), in getParameters()
DDexParameterImpl.java54 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
DDexFieldImpl.java63 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
DDexFileImpl.java63 classes.add(new DexClassImpl(buffer.createCopy(), in getDefinedClasses()
DDexBuffer.java168 public DexBuffer createCopy() { in createCopy() method in DexBuffer
DDexClassImpl.java242 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseClassAnnotations()
267 dexFields.add(new DexFieldImpl(buffer.createCopy(), this, in getDexFields()
DDexFileReader.java101 return new DexFileImpl(b.createCopy(), stringPool, typeIds, in read()