Searched defs:vdex (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/runtime/ |
H A D | vdex_file_test.cc | 34 std::unique_ptr<VdexFile> vdex = VdexFile::Open(tmp.GetFd(), in TEST_F() local
|
H A D | oat_file_assistant.cc | 430 VdexFile* vdex = file.GetVdexFile(); in GivenOatFileStatus() local 831 std::unique_ptr<VdexFile> vdex; in GetFile() local
|
H A D | vdex_file.cc | 146 std::unique_ptr<VdexFile> vdex(new VdexFile(std::move(mmap))); in OpenAtAddress() local
|
H A D | oat_file.cc | 183 void SetVdex(VdexFile* vdex) { in SetVdex()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_vdex_test.cc | 73 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 D | dex2oat_test.cc | 1728 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_location.c_str(), in TEST_F() local
|
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 386 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 D | dexdiag.cc | 330 std::unique_ptr<VdexFile> vdex(VdexFile::Open(vdex_name, in DisplayMappingIfFromVdexFile() local
|