Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc289 if (header_->map_off_ == 0 || header_->map_off_ > DataSize() - sizeof(MapList)) { in InitializeSectionsFromMapList()
293 const uint8_t* map_list_raw = DataBegin() + header_->map_off_; in InitializeSectionsFromMapList()
301 (DataSize() - OFFSETOF_MEMBER(MapList, list_) - header_->map_off_) / sizeof(MapItem); in InitializeSectionsFromMapList()
Ddex_file_tracking_registrar.cc231 size_t map_offset = dex_file_->GetHeader().map_off_; in SetAllStringDataRegistration()
Ddex_file_verifier.cc691 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()
737 const dex::MapList* map = OffsetToPtr<dex::MapList>(header_->map_off_); in CheckMap()
2388 const dex::MapList* map = OffsetToPtr<dex::MapList>(header_->map_off_); in CheckIntraSection()
2452 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()
2454 section_offset, header_->map_off_); in CheckIntraSection()
3424 const dex::MapList* map = OffsetToPtr<dex::MapList>(header_->map_off_); in CheckInterSection()
Ddex_file.h149 uint32_t map_off_ = 0; // map list offset from data_off_ member
848 return reinterpret_cast<const dex::MapList*>(DataBegin() + header_->map_off_); in GetMapList()
Dtest_dex_file_builder.h97 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder
Ddex_file_verifier_test.cc1324 off_ptr = &header->map_off_; in TEST_F()
/art/tools/hiddenapi/
Dhiddenapi.cc674 size_t map_off = dex->GetHeader().map_off_; in WriteTo()
708 CHECK_EQ(it->offset_, dex->GetHeader().map_off_); in WriteTo()
727 header->map_off_ = map_list_offset[i]; in WriteTo()
/art/dex2oat/
Ddex2oat_test.cc1519 header.map_off_ = 10 * MB; in TEST_F()
1556 header.map_off_ = 10 * MB; in TEST_F()
1675 header->map_off_ = header->header_size_; in TEST_F()
1682 map_list->list_[1].offset_ = header->map_off_; in TEST_F()
1684 header->data_off_ = header->map_off_; in TEST_F()