Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h162 static OatFile* OpenFromVdex(const std::vector<const DexFile*>& dex_files,
Doat_file_manager.cc837 std::unique_ptr<OatFile> oat_file(OatFile::OpenFromVdex(MakeNonOwningPointerVector(dex_files), in OpenDexFilesFromOat_Impl()
Doat_file.cc1700 OatFile* OatFile::OpenFromVdex(const std::vector<const DexFile*>& dex_files, in OpenFromVdex() function in art::OatFile