Home
last modified time | relevance | path

Searched refs:DexAnnotationImpl (Results 1 – 5 of 5) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationImpl.java26 /* package */final class DexAnnotationImpl implements DexAnnotation { class
38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl() method in DexAnnotationImpl
DDexParameterImpl.java54 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
DDexFieldImpl.java63 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
DDexMethodImpl.java90 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
DDexClassImpl.java242 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseClassAnnotations()