Searched refs:AnnotationSetItems (Results 1 – 4 of 4) sorted by relevance
122 [](const dex_ir::Header* h) { return h->AnnotationSetItems().Size(); }, in __anon0e6c32921902()123 [](const dex_ir::Header* h) { return h->AnnotationSetItems().GetOffset(); } in __anon0e6c32921a02()
385 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets()396 header_->AnnotationSetItems().SetOffset(start); in WriteAnnotationSets()764 header_->AnnotationSetItems().Size(), in GenerateAndWriteMapItems()765 header_->AnnotationSetItems().GetOffset())); in GenerateAndWriteMapItems()
390 header_->AnnotationSetItems().SetOffset(item->offset_); in CheckAndSetRemainingOffsets()712 annotation_set_items_map_.CreateAndAddItem(header_->AnnotationSetItems(), in CreateAnnotationSetItem()999 header_->AnnotationSetItems().SortByMapOrder(annotation_set_items_map_.Collection()); in SortVectorsByMapOrder()
466 CollectionVector<AnnotationSetItem>& AnnotationSetItems() { return annotation_set_items_; } in AnnotationSetItems() function467 const CollectionVector<AnnotationSetItem>& AnnotationSetItems() const { in AnnotationSetItems() function