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

/art/dexlayout/
H A Ddexlayout.cc1744 std::set<uint32_t> section_offsets; local
1745 section_offsets.insert(collections.MapListOffset());
1746 section_offsets.insert(collections.TypeListsOffset());
1747 section_offsets.insert(collections.AnnotationSetRefListsOffset());
1748 section_offsets.insert(collections.AnnotationSetItemsOffset());
1749 section_offsets.insert(collections.ClassDatasOffset());
1750 section_offsets.insert(collections.CodeItemsOffset());
1751 section_offsets.insert(collections.StringDatasOffset());
1752 section_offsets.insert(collections.DebugInfoItemsOffset());
1753 section_offsets
[all...]

Completed in 60 milliseconds