Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc176 const MapList* map_list = reinterpret_cast<const MapList*>(DataBegin() + header_->map_off_); in InitializeSectionsFromMapList()
177 if (header_->map_off_ == 0 || header_->map_off_ > DataSize()) { in InitializeSectionsFromMapList()
183 size_t map_limit = header_->map_off_ + count * sizeof(MapItem); in InitializeSectionsFromMapList()
184 if (header_->map_off_ >= map_limit || map_limit > DataSize()) { in InitializeSectionsFromMapList()
Ddex_file_tracking_registrar.cc231 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
Ddex_file_verifier.cc348 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()
349 header_->map_off_, in CheckHeader()
388 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckMap()
1994 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()
2054 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()
2056 section_offset, header_->map_off_); in CheckIntraSection()
2952 const dex::MapList* map = reinterpret_cast<const dex::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
Ddex_file.h96 uint32_t map_off_ = 0; // map list offset from data_off_ member
728 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
Dtest_dex_file_builder.h99 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder in Build()
Ddex_file_verifier_test.cc1329 off_ptr = &header->map_off_; in TEST_F()
/art/tools/hiddenapi/
Dhiddenapi.cc814 CHECK_EQ(old_item.offset_, GetHeader().map_off_); in CreateMapListWithNewItem()
824 GetHeader().map_off_ = new_map_offset; in CreateMapListWithNewItem()
/art/dexlayout/
Dcompact_dex_writer.cc283 header.map_off_ = header_->MapListOffset(); in WriteHeader()
Ddex_ir_builder.cc312 header->SetMapListOffset(disk_header.map_off_); in DexIrBuilder()
380 CHECK_EQ(item->offset_, disk_header.map_off_); in CheckAndSetRemainingOffsets()
Ddex_writer.cc812 header.map_off_ = header_->MapListOffset(); in WriteHeader()
/art/dex2oat/
Ddex2oat_test.cc2068 header.map_off_ = 10 * MB; in TEST_F()
2095 header.map_off_ = 10 * MB; in TEST_F()