Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_ir.cc127 [](const dex_ir::Header* h) { return h->AnnotationSetRefLists().Size(); }, in __anon0e6c32921b02()
128 [](const dex_ir::Header* h) { return h->AnnotationSetRefLists().GetOffset(); } in __anon0e6c32921c02()
Ddex_writer.cc404 for (auto& annotation_set_ref : header_->AnnotationSetRefLists()) { in WriteAnnotationSetRefs()
415 header_->AnnotationSetRefLists().SetOffset(start); in WriteAnnotationSetRefs()
761 header_->AnnotationSetRefLists().Size(), in GenerateAndWriteMapItems()
762 header_->AnnotationSetRefLists().GetOffset())); in GenerateAndWriteMapItems()
Ddex_ir_builder.cc387 header_->AnnotationSetRefLists().SetOffset(item->offset_); in CheckAndSetRemainingOffsets()
1000 header_->AnnotationSetRefLists().SortByMapOrder(annotation_set_ref_lists_map_.Collection()); in SortVectorsByMapOrder()
1254 annotation_set_ref_lists_map_.CreateAndAddItem(header_->AnnotationSetRefLists(), in GenerateParameterAnnotation()
Ddex_ir.h470 CollectionVector<AnnotationSetRefList>& AnnotationSetRefLists() { in AnnotationSetRefLists() function
473 const CollectionVector<AnnotationSetRefList>& AnnotationSetRefLists() const { in AnnotationSetRefLists() function