Searched refs:DexAnnotationImpl (Results 1 – 5 of 5) sorted by relevance
26 /* package */final class DexAnnotationImpl implements DexAnnotation { class38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl() method in DexAnnotationImpl
54 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
63 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
90 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseAnnotations()
242 annotations.add(new DexAnnotationImpl(buffer.createCopy(), in parseClassAnnotations()