Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc275 CheckValidOffsetAndSize(header_->map_off_, header_->map_off_, "map") && in CheckHeader()
289 header_->map_off_); in CheckMap()
1347 …onst DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()
1398 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()
1400 section_offset, header_->map_off_); in CheckIntraSection()
2063 …onst DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
Ddex_file.h87 uint32_t map_off_; // unused member
/art/compiler/utils/
Dtest_dex_file_builder.h95 header->map_off_ = 0u; // Unused. in Build()