Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1852 uint32_t debug_info_items_offset = collections.DebugInfoItemsOffset(); in FixupSections() local
1853 if (debug_info_items_offset > offset) { in FixupSections()
1854 collections.SetDebugInfoItemsOffset(debug_info_items_offset + diff); in FixupSections()