Home
last modified time | relevance | path

Searched defs:vdex (Results 1 – 9 of 9) 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.h242 void CreateDexMetadata(const std::string& vdex, const std::string& out_dm) { in CreateDexMetadata()
Doat_file_assistant.cc1075 std::unique_ptr<VdexFile> vdex; in GetFile() local
1111 std::unique_ptr<VdexFile> vdex(VdexFile::OpenFromDm(filename_, *dm_file)); in GetFile() local
Dvdex_file.cc144 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress() local
Doat_file.cc189 void SetVdex(VdexFile* vdex) { in SetVdex()
/art/dex2oat/
Ddex2oat_vdex_test.cc71 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in GetVerifierDeps() local
Ddex2oat_test.cc1774 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in TEST_F() local
/art/dexlayout/
Ddexdiag.cc330 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_name, in DisplayMappingIfFromVdexFile() local
/art/artd/
Dartd.cc1057 for (const VdexPath& vdex : in_vdexFilesToKeep) { in cleanup() local