Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc183 const AnnotationSetItem* annotation_set, in SearchAnnotationSet() argument
188 for (uint32_t i = 0; i < annotation_set->size_; ++i) { in SearchAnnotationSet()
189 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in SearchAnnotationSet()
759 const AnnotationSetItem* annotation_set, in GetAnnotationItemFromAnnotationSet() argument
764 for (uint32_t i = 0; i < annotation_set->size_; ++i) { in GetAnnotationItemFromAnnotationSet()
765 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in GetAnnotationItemFromAnnotationSet()
795 const AnnotationSetItem* annotation_set, in GetAnnotationObjectFromAnnotationSet() argument
800 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()
848 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetAnnotationArrayValue() local
849 if (annotation_set == nullptr) { in GetAnnotationArrayValue()
[all …]