Searched refs:FieldAnnotation (Results 1 – 6 of 6) sorted by relevance
26 public FieldAnnotation[] fieldAnnotations;39 fieldAnnotations = new FieldAnnotation[fieldsSize]; in read()41 (fieldAnnotations[i] = new FieldAnnotation()).read(file); in read()67 for (FieldAnnotation fieldAnnotation : fieldAnnotations) { in write()86 for (FieldAnnotation fieldAnnotation : fieldAnnotations) { in incrementIndex()
21 public class FieldAnnotation implements RawDexObject { class
1157 class FieldAnnotation {1159 FieldAnnotation(FieldId* field_id, AnnotationSetItem* annotation_set_item) in FieldAnnotation() function1169 DISALLOW_COPY_AND_ASSIGN(FieldAnnotation);1172 using FieldAnnotationVector = std::vector<std::unique_ptr<FieldAnnotation>>;
349 dex_ir::FieldAnnotation* orig_field = (*orig)[i].get(); in VerifyFieldAnnotations()350 dex_ir::FieldAnnotation* output_field = (*output)[i].get(); in VerifyFieldAnnotations()
436 for (std::unique_ptr<dex_ir::FieldAnnotation>& field : in WriteAnnotationsDirectories()
746 field_annotations->push_back(std::make_unique<FieldAnnotation>( in CreateAnnotationsDirectoryItem()