Searched defs:vdex_file (Results 1 – 10 of 10) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 101 bool WriteElf(File* vdex_file, in WriteElf() 126 bool WriteElf(File* vdex_file, in WriteElf() 147 bool WriteElf(File* vdex_file, in WriteElf() 166 bool DoWriteElf(File* vdex_file, in DoWriteElf() 840 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
|
D | oat_writer.cc | 575 bool OatWriter::AddVdexDexFilesSource(const VdexFile& vdex_file, in AddVdexDexFilesSource() 660 File* vdex_file, in WriteAndOpenDexFiles()
|
/art/runtime/ |
D | oat_file.cc | 1323 VdexFile* vdex_file, in InitializeFromElfFile() 1414 std::unique_ptr<VdexFile>&& vdex_file, in Open() 1422 std::unique_ptr<VdexFile>&& vdex_file) { in Initialize() 1572 VdexFile* vdex_file, in OpenWithElfFile() 1711 std::unique_ptr<VdexFile>&& vdex_file, in OpenFromVdex()
|
D | vdex_file.cc | 110 std::unique_ptr<File> vdex_file; in OpenAtAddress() local
|
D | oat_file_manager.cc | 732 std::unique_ptr<VdexFile> vdex_file = nullptr; in OpenDexFilesFromOat_Impl() local
|
D | oat_file_assistant_test.cc | 531 ScratchFile vdex_file(vdex_location.c_str()); in TEST_F() local
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 131 std::string vdex_file = scratch.GetFilename() + ".vdex"; in CompileImageAndGetSizes() local
|
D | dex2oat.cc | 1288 std::unique_ptr<File> vdex_file(OS::OpenFileReadWrite(vdex_filename.c_str())); in OpenFile() local 1291 std::unique_ptr<File> vdex_file(OS::CreateEmptyFile(vdex_filename.c_str())); in OpenFile() local 1342 std::unique_ptr<File> vdex_file(new File( in OpenFile() local 2007 File* vdex_file = vdex_files_[i].get(); in WriteOutputFiles() local
|
D | dex2oat_test.cc | 1927 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_location.c_str())); in TEST_F() local
|
/art/oatdump/ |
D | oatdump.cc | 597 std::unique_ptr<const VdexFile> vdex_file = OpenVdexUnquicken(vdex_filename, in Dump() local 777 std::unique_ptr<VdexFile> vdex_file(new VdexFile(std::move(mmap))); in OpenVdexUnquicken() local
|