Searched refs:field_annotations (Results 1 – 3 of 3) sorted by relevance
736 FieldAnnotationVector* field_annotations = nullptr; in CreateAnnotationsDirectoryItem() local738 field_annotations = new FieldAnnotationVector(); in CreateAnnotationsDirectoryItem()746 field_annotations->push_back(std::make_unique<FieldAnnotation>( in CreateAnnotationsDirectoryItem()784 field_annotations, in CreateAnnotationsDirectoryItem()
1211 FieldAnnotationVector* field_annotations, in AnnotationsDirectoryItem() argument1215 field_annotations_(field_annotations), in AnnotationsDirectoryItem()
159 const FieldAnnotationsItem* field_annotations = dex_file.GetFieldAnnotations(annotations_dir); in FindAnnotationSetForField() local160 if (field_annotations == nullptr) { in FindAnnotationSetForField()165 if (field_annotations[i].field_idx_ == field_index) { in FindAnnotationSetForField()166 return dex_file.GetFieldAnnotationSetItem(field_annotations[i]); in FindAnnotationSetForField()