Home
last modified time | relevance | path

Searched refs:SetMap (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file.h125 bool SetMap(MemMap* map);
Delf_file.cc84 if (!SetMap(MemMap::MapFile(elf_header_size, prot, flags, file_->Fd(), 0))) { in Setup()
95 if (!SetMap(MemMap::MapFile(program_header_size, prot, flags, file_->Fd(), 0))) { in Setup()
101 if (!SetMap(MemMap::MapFile(file_->GetLength(), prot, flags, file_->Fd(), 0))) { in Setup()
172 bool ElfFile::SetMap(MemMap* map) { in SetMap() function in art::ElfFile