Searched refs:annotation_set (Results 1 – 2 of 2) sorted by relevance
184 const AnnotationSetItem* annotation_set, in SearchAnnotationSet() argument189 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() argument765 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() argument801 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()849 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetAnnotationArrayValue() local850 if (annotation_set == nullptr) { in GetAnnotationArrayValue()[all …]
383 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets() local385 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()