Lines Matching refs:section_offsets
1776 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()
1786 section_offsets.insert(collections.EncodedArrayItemsOffset()); in IsNextSectionCodeItemAligned()
1787 section_offsets.insert(collections.AnnotationsDirectoryItemsOffset()); in IsNextSectionCodeItemAligned()
1789 auto found = section_offsets.find(offset); in IsNextSectionCodeItemAligned()
1790 if (found != section_offsets.end()) { in IsNextSectionCodeItemAligned()
1792 if (found != section_offsets.end()) { in IsNextSectionCodeItemAligned()