Searched refs:SetMap (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | elf_file.h | 125 bool SetMap(MemMap* map);
|
D | elf_file.cc | 84 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
|