Home
last modified time | relevance | path

Searched refs:AnnotationSetItems (Results 1 – 4 of 4) sorted by relevance

/art/dexlayout/
Ddex_ir.cc122 [](const dex_ir::Header* h) { return h->AnnotationSetItems().Size(); }, in __anon0e6c32921902()
123 [](const dex_ir::Header* h) { return h->AnnotationSetItems().GetOffset(); } in __anon0e6c32921a02()
Ddex_writer.cc385 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()
Ddex_ir_builder.cc390 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()
Ddex_ir.h466 CollectionVector<AnnotationSetItem>& AnnotationSetItems() { return annotation_set_items_; } in AnnotationSetItems() function
467 const CollectionVector<AnnotationSetItem>& AnnotationSetItems() const { in AnnotationSetItems() function