Searched refs:OpenFromVdex (Results 1 – 3 of 3) sorted by relevance
162 static OatFile* OpenFromVdex(const std::vector<const DexFile*>& dex_files,
837 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl()
1700 OatFile* OatFile::OpenFromVdex(const std::vector<const DexFile*>& dex_files, in OpenFromVdex() function in art::OatFile