Searched refs:AnnotationSetItems (Results 1 – 4 of 4) sorted by relevance
122 [](const dex_ir::Header* h) { return h->AnnotationSetItems().Size(); }, in __anon1a8407771902()123 [](const dex_ir::Header* h) { return h->AnnotationSetItems().GetOffset(); } in __anon1a8407771a02()
383 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets()394 header_->AnnotationSetItems().SetOffset(start); in WriteAnnotationSets()762 header_->AnnotationSetItems().Size(), in GenerateAndWriteMapItems()763 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()
474 CollectionVector<AnnotationSetItem>& AnnotationSetItems() { return annotation_set_items_; } in AnnotationSetItems() function475 const CollectionVector<AnnotationSetItem>& AnnotationSetItems() const { in AnnotationSetItems() function