Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h142 bool SetMap(File* file, MemMap* map, std::string* error_msg);
Delf_file.cc126 if (!SetMap(file, in Setup()
146 if (!SetMap(file, in Setup()
161 if (!SetMap(file, in Setup()
422 bool ElfFileImpl<ElfTypes>::SetMap(File* file, MemMap* map, std::string* error_msg) { in SetMap() function in art::ElfFileImpl