Searched refs:mmap_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dvdex_file.h156 explicit VdexFile(MemMap* mmap) : mmap_(mmap) {}
159 // The mmap_* parameters can be left empty (nullptr/0/false) to allocate at random address.
170 // The mmap_* parameters can be left empty (nullptr/0/false) to allocate at random address.
218 const uint8_t* Begin() const { return mmap_->Begin(); }
219 const uint8_t* End() const { return mmap_->End(); }
220 size_t Size() const { return mmap_->Size(); }
263 return mmap_->Size() >= sizeof(VerifierDepsHeader) && GetVerifierDepsHeader().IsValid();
331 std::unique_ptr<MemMap> mmap_; member in class:art::VdexFile
H A Dvdex_file.cc177 reinterpret_cast<DexSectionHeader*>(vdex->mmap_->Begin() + offset)->quickening_info_size_ = 0;

Completed in 113 milliseconds