Searched defs:vdex_file (Results 1 – 11 of 11) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 102 bool WriteElf(File* vdex_file, in WriteElf() 127 bool WriteElf(File* vdex_file, in WriteElf() 148 bool WriteElf(File* vdex_file, in WriteElf() 168 bool DoWriteElf(File* vdex_file, in DoWriteElf() 267 ScratchFile& vdex_file, in CheckOatWriteResult() 890 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
|
D | oat_writer.cc | 582 bool OatWriter::AddVdexDexFilesSource(const VdexFile& vdex_file, in AddVdexDexFilesSource() 667 File* vdex_file, in WriteAndOpenDexFiles()
|
/art/dex2oat/ |
D | dex2oat.cc | 1479 std::unique_ptr<File> vdex_file(OS::OpenFileReadWrite(vdex_filename.c_str())); in OpenFile() local 1482 std::unique_ptr<File> vdex_file(OS::CreateEmptyFile(vdex_filename.c_str())); in OpenFile() local 1533 std::unique_ptr<File> vdex_file(new File( in OpenFile() local 1558 File* vdex_file = vdex_files_.back().get(); in OpenFile() local 2287 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 | 1958 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_location.c_str())); in TEST_F() local
|
/art/runtime/ |
D | oat_file.cc | 1421 VdexFile* vdex_file, in InitializeFromElfFile() 1512 std::unique_ptr<VdexFile>&& vdex_file, in Open() 1520 std::unique_ptr<VdexFile>&& vdex_file) { in Initialize() 1701 std::unique_ptr<VdexFile>&& vdex_file, in OpenFromVdex()
|
D | vdex_file.cc | 112 std::unique_ptr<File> vdex_file; in OpenAtAddress() local
|
D | common_runtime_test.cc | 481 std::unique_ptr<File> vdex_file; in CompileBootImage() local
|
D | oat_file_manager.cc | 772 std::unique_ptr<VdexFile> vdex_file = nullptr; in OpenDexFilesFromOat_Impl() local
|
D | oat_file_assistant_test.cc | 558 ScratchFile vdex_file(vdex_location.c_str()); in TEST_F() local
|
/art/oatdump/ |
D | oatdump.cc | 596 std::unique_ptr<const VdexFile> vdex_file = OpenVdexUnquicken(vdex_filename, in Dump() local 776 std::unique_ptr<VdexFile> vdex_file(new VdexFile(std::move(mmap))); in OpenVdexUnquicken() local
|