Home
last modified time | relevance | path

Searched defs:vdex_file (Results 1 – 16 of 16) sorted by relevance

/art/dex2oat/
Ddex2oat_cts_test.cc81 std::unique_ptr<File> vdex_file(OS::CreateEmptyFile(vdex_location.c_str())); in TEST_F() local
Ddex2oat.cc1300 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_filename.c_str())); in OpenFile() local
1303 std::unique_ptr<File> vdex_file(OS::CreateEmptyFile(vdex_filename.c_str())); in OpenFile() local
1357 std::unique_ptr<File> vdex_file(new File(DupCloexec(output_vdex_fd_), in OpenFile() local
2126 File* vdex_file = vdex_files_[i].get(); in WriteOutputFiles() local
Ddex2oat_image_test.cc99 std::string vdex_file = filename_prefix + ".vdex"; in CompileImageAndGetSizes() local
Ddex2oat_test.cc1800 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_location.c_str())); in TEST_F() local
/art/dex2oat/linker/
Doat_writer_test.cc102 bool WriteElf(File* vdex_file, in WriteElf()
128 bool WriteElf(File* vdex_file, in WriteElf()
150 bool WriteElf(File* vdex_file, in WriteElf()
171 bool DoWriteElf(File* vdex_file, in DoWriteElf()
262 ScratchFile& vdex_file, in CheckOatWriteResult()
878 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
Doat_writer.cc485 bool OatWriter::AddVdexDexFilesSource(const VdexFile& vdex_file, const char* location) { in AddVdexDexFilesSource()
557 File* vdex_file, in WriteAndOpenDexFiles()
3650 bool OatWriter::FinishVdexFile(File* vdex_file, verifier::VerifierDeps* verifier_deps) { in FinishVdexFile()
/art/runtime/
Dvdex_file.cc81 std::unique_ptr<File> vdex_file; in OpenAtAddress() local
171 std::unique_ptr<VdexFile> vdex_file = std::make_unique<VdexFile>(std::move(input_file)); in OpenFromDm() local
Doat_file.cc465 const VdexFile* vdex_file, in ComputeAndCheckTypeLookupTableData()
1620 VdexFile* vdex_file, in InitializeFromElfFile()
1711 std::unique_ptr<VdexFile>&& vdex_file, in Open()
1732 VdexFile* vdex_file = unique_vdex_file.get(); in Open() local
1997 std::unique_ptr<VdexFile>&& vdex_file, in OpenFromVdex()
2005 std::unique_ptr<VdexFile>&& vdex_file, in OpenFromVdex()
Dcommon_runtime_test.cc487 std::unique_ptr<File> vdex_file; in CompileBootImage() local
Doat_file_manager.cc539 std::unique_ptr<VdexFile> vdex_file = nullptr; in OpenDexFilesFromOat_Impl() local
Doat_file_assistant.cc1285 const VdexFile* vdex_file = oat_file->GetVdexFile(); in CheckDisableCompactDexExperiment() local
Druntime_image.cc1074 VdexFile* vdex_file = oat_dex_file->GetOatFile()->GetVdexFile(); in WriteObjects() local
Doat_file_assistant_test.cc822 ScratchFile vdex_file(vdex_location); in TEST_P() local
/art/artd/
Dartd.cc868 std::unique_ptr<NewFile> vdex_file = in dexopt() local
/art/oatdump/
Doatdump.cc620 std::unique_ptr<const VdexFile> vdex_file = OpenVdex(vdex_filename, in Dump() local
797 std::unique_ptr<VdexFile> vdex_file(new VdexFile(std::move(mmap))); in OpenVdex() local
/art/odrefresh/
Dodrefresh.cc566 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_path.c_str())); in AddCompiledBootClasspathFdsIfAny() local