Searched refs:dexMap (Results 1 – 1 of 1) sorted by relevance
130 const dex::MapList& dexMap = *reader.DexMapList(); in PrintDexMap() local131 for (dex::u4 i = 0; i < dexMap.size; ++i) { in PrintDexMap()132 const dex::MapItem& section = dexMap.list[i]; in PrintDexMap()191 dex::u4 sectionByteSize = (i == dexMap.size - 1) in PrintDexMap()193 : dexMap.list[i + 1].offset - section.offset; in PrintDexMap()