Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dvdex_file_test.cc34 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F() local
H A Doat_file_assistant.cc430 VdexFile* vdex = file.GetVdexFile(); in GivenOatFileStatus() local
831 std::unique_ptr<VdexFile> vdex; in GetFile() local
H A Dvdex_file.cc146 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress() local
H A Doat_file.cc183 void SetVdex(VdexFile* vdex) { in SetVdex()
/aosp12/art/dex2oat/
H A 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()
H A Ddex2oat_test.cc1728 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location.c_str(), in TEST_F() local
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp386 std::string vdex = GetSecondaryDexArtifact(path, "vdex"); in CompileSecondaryDex() local
419 std::string vdex = GetSecondaryDexArtifact(path, "vdex"); in reconcile_secondary_dex() local
523 std::string vdex = GetPrimaryDexArtifact(oat_dir, apk_path_, "vdex"); in CompilePrimaryDex() local
851 std::string vdex = GetSecondaryDexArtifact(apk_path_, "vdex"); in SetUp() local
/aosp12/art/dexlayout/
H A Ddexdiag.cc330 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_name, in DisplayMappingIfFromVdexFile() local