Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1776 std::set<uint32_t> section_offsets; in IsNextSectionCodeItemAligned() local
1777 section_offsets.insert(collections.MapListOffset()); in IsNextSectionCodeItemAligned()
1778 section_offsets.insert(collections.TypeListsOffset()); in IsNextSectionCodeItemAligned()
1779 section_offsets.insert(collections.AnnotationSetRefListsOffset()); in IsNextSectionCodeItemAligned()
1780 section_offsets.insert(collections.AnnotationSetItemsOffset()); in IsNextSectionCodeItemAligned()
1781 section_offsets.insert(collections.ClassDatasOffset()); in IsNextSectionCodeItemAligned()
1782 section_offsets.insert(collections.CodeItemsOffset()); in IsNextSectionCodeItemAligned()
1783 section_offsets.insert(collections.StringDatasOffset()); in IsNextSectionCodeItemAligned()
1784 section_offsets.insert(collections.DebugInfoItemsOffset()); in IsNextSectionCodeItemAligned()
1785 section_offsets.insert(collections.AnnotationItemsOffset()); in IsNextSectionCodeItemAligned()
[all …]