Home
last modified time | relevance | path

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

/cts/tools/dex-tools/src/dex/reader/
DDexFieldImpl.java19 import dex.reader.DexClassImpl.FieldAnnotation;
37 private FieldAnnotation fieldAnnotation;
44 FieldAnnotation fieldAnnotation, String[] stringPool, in DexFieldImpl()
DDexClassImpl.java56 private Map<Integer, FieldAnnotation> idToFieldAnnotation =
57 new HashMap<Integer, FieldAnnotation>();
90 FieldAnnotation[] fieldAnnotations;
100 static class FieldAnnotation { class in DexClassImpl
129 new FieldAnnotation[annotationDir.fields_size]; in parseAnnotationDirectory()
131 annotationDir.fieldAnnotations[i] = new FieldAnnotation(); in parseAnnotationDirectory()