Searched refs:annotation_set (Results 1 – 1 of 1) sorted by relevance
183 const AnnotationSetItem* annotation_set, in SearchAnnotationSet() argument188 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() argument764 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() argument800 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()848 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetAnnotationArrayValue() local849 if (annotation_set == nullptr) { in GetAnnotationArrayValue()[all …]