Home
last modified time | relevance | path

Searched defs:vdex (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dvdex_file_test.cc33 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F() local
Ddex2oat_environment_test.h252 void CreateDexMetadata(const std::string& vdex, const std::string& out_dm) { in CreateDexMetadata()
Dvdex_file.cc143 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress() local
/art/dex2oat/
Ddex2oat_vdex_test.cc71 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in GetVerifierDeps() local
Ddex2oat_test.cc1432 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in TEST_F() local
1766 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in TEST_F() local
/art/runtime/oat/
Doat_file_assistant.cc1062 std::unique_ptr<VdexFile> vdex; in GetFile() local
1098 std::unique_ptr<VdexFile> vdex(VdexFile::OpenFromDm(filename_, *dm_file)); in GetFile() local
Doat_file.cc190 void SetVdex(VdexFile* vdex) { in SetVdex()
/art/artd/
Dartd.cc1275 for (const VdexPath& vdex : in_vdexFilesToKeep) { in cleanup() local