Searched refs:annotation_set (Results 1 – 2 of 2) sorted by relevance
/art/runtime/dex/ |
D | dex_file_annotations.cc | 184 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() 783 const AnnotationSetItem* annotation_set, in GetAnnotationItemFromAnnotationSet() argument 788 for (uint32_t i = 0; i < annotation_set->size_; ++i) { in GetAnnotationItemFromAnnotationSet() 789 const AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in GetAnnotationItemFromAnnotationSet() 819 const AnnotationSetItem* annotation_set, in GetAnnotationObjectFromAnnotationSet() argument 824 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet() 867 const AnnotationSetItem* annotation_set) in GetSignatureValue() argument 872 SearchAnnotationSet(dex_file, annotation_set, "Ldalvik/annotation/Signature;", in GetSignatureValue() [all …]
|
/art/dexlayout/ |
D | dex_writer.cc | 385 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()
|