Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc1840 uint32_t code_items_offset = collections.CodeItemsOffset(); in FixupSections() local
1841 if (code_items_offset > offset) { in FixupSections()
1842 collections.SetCodeItemsOffset(code_items_offset + diff); in FixupSections()