Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc297 CheckValidOffsetAndSize(header_->map_off_, in CheckHeader()
298 header_->map_off_, in CheckHeader()
337 header_->map_off_); in CheckMap()
1555 …onst DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_); in CheckIntraSection()
1606 if (UNLIKELY(section_offset != header_->map_off_)) { in CheckIntraSection()
1608 section_offset, header_->map_off_); in CheckIntraSection()
2330 …onst DexFile::MapList* map = reinterpret_cast<const DexFile::MapList*>(begin_ + header_->map_off_); in CheckInterSection()
Ddex_file_verifier_test.cc1418 off_ptr = &header->map_off_; in TEST_F()
Ddex_file.h99 uint32_t map_off_; // unused member
/art/compiler/utils/
Dtest_dex_file_builder.h96 header->map_off_ = 0u; // Unused. TODO: This is wrong. Dex files created by this builder in Build()