Searched refs:map_off_ (Results 1 – 11 of 11) sorted by relevance
176 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()177 if (header_->map_off_ == 0 || header_->map_off_ > DataSize()) { in InitializeSectionsFromMapList()183 size_t map_limit = header_->map_off_ + count * sizeof(MapItem); in InitializeSectionsFromMapList()184 if (header_->map_off_ >= map_limit || map_limit > DataSize()) { in InitializeSectionsFromMapList()
231 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
348 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()349 header_->map_off_, in CheckHeader()388 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckMap()1994 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()2054 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()2056 section_offset, header_->map_off_); in CheckIntraSection()2952 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
96 uint32_t map_off_ = 0; // map list offset from data_off_ member728 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
99 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder in Build()
1329 off_ptr = &header->map_off_; in TEST_F()
814 CHECK_EQ(old_item.offset_, GetHeader().map_off_); in CreateMapListWithNewItem()824 GetHeader().map_off_ = new_map_offset; in CreateMapListWithNewItem()
283 header.map_off_ = header_->MapListOffset(); in WriteHeader()
312 header->SetMapListOffset(disk_header.map_off_); in DexIrBuilder()380 CHECK_EQ(item->offset_, disk_header.map_off_); in CheckAndSetRemainingOffsets()
812 header.map_off_ = header_->MapListOffset(); in WriteHeader()
2068 header.map_off_ = 10 * MB; in TEST_F()2095 header.map_off_ = 10 * MB; in TEST_F()