Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1864 uint32_t encoded_array_items_offset = collections.EncodedArrayItemsOffset(); in FixupSections() local
1865 if (encoded_array_items_offset > offset) { in FixupSections()
1866 collections.SetEncodedArrayItemsOffset(encoded_array_items_offset + diff); in FixupSections()