Searched refs:map_off_ (Results 1 – 10 of 10) sorted by relevance
90 collections.SetMapListOffset(disk_header.map_off_); in DexIrBuilder()157 CHECK_EQ(item->offset_, disk_header.map_off_); in CheckAndSetRemainingOffsets()
286 header.map_off_ = collections.MapListOffset(); in WriteHeader()
765 header.map_off_ = collections.MapListOffset(); in WriteHeader()
175 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()176 if (header_->map_off_ == 0 || header_->map_off_ > DataSize()) { in InitializeSectionsFromMapList()182 size_t map_limit = header_->map_off_ + count * sizeof(MapItem); in InitializeSectionsFromMapList()183 if (header_->map_off_ >= map_limit || map_limit > DataSize()) { in InitializeSectionsFromMapList()
257 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
405 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()406 header_->map_off_, in CheckHeader()445 header_->map_off_); in CheckMap()1871 …onst DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()1922 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()1924 section_offset, header_->map_off_); in CheckIntraSection()2805 …onst DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
93 uint32_t map_off_ = 0; // unused member964 return reinterpret_cast<const DexFile::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
98 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder in Build()
1343 off_ptr = &header->map_off_; in TEST_F()
2040 header.map_off_ = 10 * MB; in TEST_F()2067 header.map_off_ = 10 * MB; in TEST_F()