Searched refs:map_off_ (Results 1 – 8 of 8) sorted by relevance
74 collections.SetMapListOffset(disk_header.map_off_); in DexIrBuilder()87 reinterpret_cast<const DexFile::MapList*>(dex_file.Begin() + disk_header.map_off_); in CheckAndSetRemainingOffsets()130 CHECK_EQ(item->offset_, disk_header.map_off_); in CheckAndSetRemainingOffsets()
251 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
594 const MapList* map_list = reinterpret_cast<const MapList*>(begin_ + header_->map_off_); in InitializeSectionsFromMapList()595 if (header_->map_off_ == 0 || header_->map_off_ > size_) { in InitializeSectionsFromMapList()601 size_t map_limit = header_->map_off_ + count * sizeof(MapItem); in InitializeSectionsFromMapList()602 if (header_->map_off_ >= map_limit || map_limit > size_) { in InitializeSectionsFromMapList()
399 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()400 header_->map_off_, in CheckHeader()439 header_->map_off_); in CheckMap()1848 …onst DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()1899 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()1901 section_offset, header_->map_off_); in CheckIntraSection()2782 …onst DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
81 uint32_t map_off_; // unused member
1350 off_ptr = &header->map_off_; in TEST_F()
292 BoundsCheckedCast<const DexFile::MapList*>(dex_begin + header->map_off_, dex_begin, dex_end); in FindDexFileMapItem()
96 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder in Build()