Searched defs:vdex_file (Results 1 – 16 of 16) sorted by relevance
/art/dex2oat/ |
D | dex2oat_cts_test.cc | 81 std::unique_ptr<File> vdex_file(OS::CreateEmptyFile(vdex_location.c_str())); in TEST_F() local
|
D | dex2oat.cc | 1300 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
|
D | dex2oat_image_test.cc | 99 std::string vdex_file = filename_prefix + ".vdex"; in CompileImageAndGetSizes() local
|
D | dex2oat_test.cc | 1800 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_location.c_str())); in TEST_F() local
|
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 102 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
|
D | oat_writer.cc | 485 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/ |
D | vdex_file.cc | 81 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
|
D | oat_file.cc | 465 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()
|
D | common_runtime_test.cc | 487 std::unique_ptr<File> vdex_file; in CompileBootImage() local
|
D | oat_file_manager.cc | 539 std::unique_ptr<VdexFile> vdex_file = nullptr; in OpenDexFilesFromOat_Impl() local
|
D | oat_file_assistant.cc | 1285 const VdexFile* vdex_file = oat_file->GetVdexFile(); in CheckDisableCompactDexExperiment() local
|
D | runtime_image.cc | 1074 VdexFile* vdex_file = oat_dex_file->GetOatFile()->GetVdexFile(); in WriteObjects() local
|
D | oat_file_assistant_test.cc | 822 ScratchFile vdex_file(vdex_location); in TEST_P() local
|
/art/artd/ |
D | artd.cc | 868 std::unique_ptr<NewFile> vdex_file = in dexopt() local
|
/art/oatdump/ |
D | oatdump.cc | 620 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/ |
D | odrefresh.cc | 566 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_path.c_str())); in AddCompiledBootClasspathFdsIfAny() local
|