Home
last modified time | relevance | path

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

/test/suite_harness/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()
DDexClassImpl.java242 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseClassAnnotations()
267 dexFields.add(new DexFieldImpl(buffer.createCopy(), this, in getDexFields()
DDexBuffer.java168 public DexBuffer createCopy() { in createCopy() method in DexBuffer
DDexFileReader.java101 return new DexFileImpl(b.createCopy(), stringPool, typeIds, in read()