Home
last modified time | relevance | path

Searched refs:field_annotations (Results 1 – 3 of 3) sorted by relevance

/art/dexlayout/
Ddex_ir_builder.cc736 FieldAnnotationVector* field_annotations = nullptr; in CreateAnnotationsDirectoryItem() local
738 field_annotations = new FieldAnnotationVector(); in CreateAnnotationsDirectoryItem()
746 field_annotations->push_back(std::make_unique<FieldAnnotation>( in CreateAnnotationsDirectoryItem()
784 field_annotations, in CreateAnnotationsDirectoryItem()
Ddex_ir.h1211 FieldAnnotationVector* field_annotations, in AnnotationsDirectoryItem() argument
1215 field_annotations_(field_annotations), in AnnotationsDirectoryItem()
/art/runtime/dex/
Ddex_file_annotations.cc159 const FieldAnnotationsItem* field_annotations = dex_file.GetFieldAnnotations(annotations_dir); in FindAnnotationSetForField() local
160 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()