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

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

Completed in 98 milliseconds