Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc184 const AnnotationSetItem* annotation_set, in SearchAnnotationSet() argument
189 for (uint32_t i = 0; i < annotation_set->size_; ++i) { in SearchAnnotationSet()
190 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in SearchAnnotationSet()
760 const AnnotationSetItem* annotation_set, in GetAnnotationItemFromAnnotationSet() argument
765 for (uint32_t i = 0; i < annotation_set->size_; ++i) { in GetAnnotationItemFromAnnotationSet()
766 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in GetAnnotationItemFromAnnotationSet()
796 const AnnotationSetItem* annotation_set, in GetAnnotationObjectFromAnnotationSet() argument
801 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()
849 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetAnnotationArrayValue() local
850 if (annotation_set == nullptr) { in GetAnnotationArrayValue()
[all …]
/art/dexlayout/
Ddex_writer.cc383 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets() local
385 size[0] = annotation_set->GetItems()->size(); in WriteAnnotationSets()
386 ProcessOffset(stream, annotation_set.get()); in WriteAnnotationSets()
388 for (dex_ir::AnnotationItem* annotation : *annotation_set->GetItems()) { in WriteAnnotationSets()
407 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) { in WriteAnnotationSetRefs()
408 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset(); in WriteAnnotationSetRefs()