Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file_test.cc34 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F() local
Doat_file_assistant.cc430 VdexFile* vdex = file.GetVdexFile(); in GivenOatFileStatus() local
831 std::unique_ptr<VdexFile> vdex; in GetFile() local
Dvdex_file.cc146 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress() local
Doat_file.cc183 void SetVdex(VdexFile* vdex) { in SetVdex()
/art/dex2oat/
Ddex2oat_vdex_test.cc73 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location.c_str(), in GetVerifierDeps() local
117 void CreateDexMetadata(const std::string& vdex, const std::string& out_dm) { in CreateDexMetadata()
Ddex2oat_test.cc1728 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location.c_str(), in TEST_F() local
/art/dexlayout/
Ddexdiag.cc330 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_name, in DisplayMappingIfFromVdexFile() local