Searched refs:map_off (Results 1 – 3 of 3) sorted by relevance
95 return dataPtr<dex::MapList>(header_->map_off); in DexMapList()1033 SLICER_CHECK_GE(header_->map_off, header_->data_off); in ValidateHeader()1034 SLICER_CHECK_LT(header_->map_off, size_); in ValidateHeader()1038 SLICER_CHECK_EQ(header_->map_off % 4, 0); in ValidateHeader()1054 auto map_list = ptr<dex::MapList>(header_->map_off); in ValidateHeader()1058 SLICER_CHECK_LE(header_->map_off + map_section_size, size_); in ValidateHeader()
327 header->map_off = dex_->map_list.SectionOffset(); in CreateImage()
186 u4 map_off; member