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
Dvdex_file.cc136 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress() local
/art/libartservice/service/java/com/android/server/art/
DDexMetadataHelper.java96 var vdex = zipFile.getEntry(ArtConstants.DEX_METADATA_VDEX_ENTRY); in getType() local
/art/dex2oat/
Ddex2oat_vdex_test.cc76 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
1777 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location, in TEST_F() local
/art/runtime/oat/
Doat_file_assistant.cc1053 std::unique_ptr<VdexFile> vdex; in LoadFile() local
1092 std::unique_ptr<VdexFile> vdex(VdexFile::OpenFromDm(filename_, *dm_file, error_msg)); in LoadFile() local
Doat_file.cc243 void SetVdex(VdexFile* vdex) { in SetVdex()
/art/artd/
Dartd.cc1364 for (const VdexPath& vdex : in_vdexFilesToKeep) { in cleanup() local