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()
762 const AnnotationSetItem* annotation_set, in GetAnnotationItemFromAnnotationSet() argument
767 for (uint32_t i = 0; i < annotation_set->size_; ++i) { in GetAnnotationItemFromAnnotationSet()
768 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in GetAnnotationItemFromAnnotationSet()
798 const AnnotationSetItem* annotation_set, in GetAnnotationObjectFromAnnotationSet() argument
803 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()
846 const AnnotationSetItem* annotation_set) in GetSignatureValue() argument
851 SearchAnnotationSet(dex_file, annotation_set, "Ldalvik/annotation/Signature;", in GetSignatureValue()
[all …]
/art/dexlayout/
Ddex_writer.cc385 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets() local
387 size[0] = annotation_set->GetItems()->size(); in WriteAnnotationSets()
388 ProcessOffset(stream, annotation_set.get()); in WriteAnnotationSets()
390 for (dex_ir::AnnotationItem* annotation : *annotation_set->GetItems()) { in WriteAnnotationSets()
409 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) { in WriteAnnotationSetRefs()
410 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset(); in WriteAnnotationSetRefs()