Home
last modified time | relevance | path

Searched refs:OpenFromVdex (Results 1 – 4 of 4) sorted by relevance

/art/runtime/oat/
Doat_file.h171 static OatFile* OpenFromVdex(const std::vector<const DexFile*>& dex_files,
178 static OatFile* OpenFromVdex(int zip_fd,
Doat_file_assistant.cc1087 file_.reset(OatFile::OpenFromVdex(zip_fd_, in GetFile()
1100 file_.reset(OatFile::OpenFromVdex(zip_fd_, in GetFile()
Doat_file_manager.cc610 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl()
Doat_file.cc2003 OatFile* OatFile::OpenFromVdex(const std::vector<const DexFile*>& dex_files, in OpenFromVdex() function in art::OatFile
2011 OatFile* OatFile::OpenFromVdex(int zip_fd, in OpenFromVdex() function in art::OatFile