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()
619 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()620 header_->map_off_, in CheckHeader()659 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckMap()2301 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()2368 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()2370 section_offset, header_->map_off_); in CheckIntraSection()3251 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
99 uint32_t map_off_ = 0; // map list offset from data_off_ member731 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()
1331 off_ptr = &header->map_off_; in TEST_F()
2100 header.map_off_ = 10 * MB; in TEST_F()2127 header.map_off_ = 10 * MB; in TEST_F()2242 header->map_off_ = sizeof(DexFile::Header); in TEST_F()2249 map_list->list_[1].offset_ = header->map_off_; in TEST_F()2251 header->data_off_ = 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()
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()