Home
last modified time | relevance | path

Searched refs:map_off_ (Results 1 – 10 of 10) sorted by relevance

/art/dexlayout/
Ddex_ir_builder.cc90 collections.SetMapListOffset(disk_header.map_off_); in DexIrBuilder()
157 CHECK_EQ(item->offset_, disk_header.map_off_); in CheckAndSetRemainingOffsets()
Dcompact_dex_writer.cc286 header.map_off_ = collections.MapListOffset(); in WriteHeader()
Ddex_writer.cc765 header.map_off_ = collections.MapListOffset(); in WriteHeader()
/art/libdexfile/dex/
Ddex_file.cc175 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()
Ddex_file_tracking_registrar.cc257 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
Ddex_file_verifier.cc405 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()
Ddex_file.h93 uint32_t map_off_ = 0; // unused member
964 return reinterpret_cast<const DexFile::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
Dtest_dex_file_builder.h98 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder in Build()
Ddex_file_verifier_test.cc1343 off_ptr = &header->map_off_; in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc2040 header.map_off_ = 10 * MB; in TEST_F()
2067 header.map_off_ = 10 * MB; in TEST_F()