Searched refs:map_off_ (Results 1 – 11 of 11) sorted by relevance
177 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()178 if (header_->map_off_ == 0 || header_->map_off_ > DataSize()) { in InitializeSectionsFromMapList()184 size_t map_limit = header_->map_off_ + count * sizeof(MapItem); in InitializeSectionsFromMapList()185 if (header_->map_off_ >= map_limit || map_limit > DataSize()) { in InitializeSectionsFromMapList()
231 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
615 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()616 header_->map_off_, in CheckHeader()655 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckMap()2297 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()2364 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()2366 section_offset, header_->map_off_); in CheckIntraSection()3246 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
100 uint32_t map_off_ = 0; // map list offset from data_off_ member747 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
97 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder
1331 off_ptr = &header->map_off_; in TEST_F()
1818 header.map_off_ = 10 * MB; in TEST_F()1845 header.map_off_ = 10 * MB; in TEST_F()1966 header->map_off_ = sizeof(DexFile::Header); in TEST_F()1973 map_list->list_[1].offset_ = header->map_off_; in TEST_F()1975 header->data_off_ = header->map_off_; in TEST_F()
837 CHECK_EQ(old_item.offset_, GetHeader().map_off_); in CreateMapListWithNewItem()847 GetHeader().map_off_ = new_map_offset; in CreateMapListWithNewItem()
281 header.map_off_ = header_->MapListOffset(); in WriteHeader()
313 header->SetMapListOffset(disk_header.map_off_); in DexIrBuilder()381 CHECK_EQ(item->offset_, disk_header.map_off_); in CheckAndSetRemainingOffsets()
815 header.map_off_ = header_->MapListOffset(); in WriteHeader()