Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h144 bool SetMap(File* file, MemMap&& map, std::string* error_msg);
Delf_file.cc120 if (!SetMap(file, in Setup()
140 if (!SetMap(file, in Setup()
155 if (!SetMap(file, in Setup()
415 bool ElfFileImpl<ElfTypes>::SetMap(File* file, MemMap&& map, std::string* error_msg) { in SetMap() function in art::ElfFileImpl