Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc164 const DexFile::AnnotationSetItem* annotation_set, in SearchAnnotationSet() argument
169 for (uint32_t i = 0; i < annotation_set->size_; ++i) { in SearchAnnotationSet()
170 const DexFile::AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in SearchAnnotationSet()
767 const DexFile::AnnotationSetItem* annotation_set, in GetAnnotationItemFromAnnotationSet() argument
772 for (uint32_t i = 0; i < annotation_set->size_; ++i) { in GetAnnotationItemFromAnnotationSet()
773 const DexFile::AnnotationItem* annotation_item = dex_file.GetAnnotationItem(annotation_set, i); in GetAnnotationItemFromAnnotationSet()
804 const DexFile::AnnotationSetItem* annotation_set, in GetAnnotationObjectFromAnnotationSet() argument
809 klass, annotation_set, visibility, annotation_class); in GetAnnotationObjectFromAnnotationSet()
851 const DexFile::AnnotationSetItem* annotation_set) in GetSignatureValue() argument
856 SearchAnnotationSet(dex_file, annotation_set, "Ldalvik/annotation/Signature;", in GetSignatureValue()
[all …]
/art/dexlayout/
Ddex_writer.cc387 for (std::unique_ptr<dex_ir::AnnotationSetItem>& annotation_set : in WriteAnnotationSets()
390 size[0] = annotation_set->GetItems()->size(); in WriteAnnotationSets()
391 ProcessOffset(stream, annotation_set.get()); in WriteAnnotationSets()
393 for (dex_ir::AnnotationItem* annotation : *annotation_set->GetItems()) { in WriteAnnotationSets()
413 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) { in WriteAnnotationSetRefs()
414 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset(); in WriteAnnotationSetRefs()