Searched refs:OpenWithElfFile (Results 1 – 3 of 3) sorted by relevance
45 static OatFile* OpenWithElfFile(ElfFile* elf_file, const std::string& location,
45 OatFile* OatFile::OpenWithElfFile(ElfFile* elf_file, in OpenWithElfFile() function in art::OatFile
621 std::unique_ptr<OatFile> oat_file(OatFile::OpenWithElfFile(elf_file.release(), oat_location, in OpenDexFilesFromImage()