Searched defs:vdex_file (Results 1 – 13 of 13) 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() 259 ScratchFile& vdex_file, in CheckOatWriteResult() 875 ScratchFile oat_file, vdex_file(oat_file, ".vdex"); in TestZipFileInputWithEmptyDex() local
|
| D | oat_writer.cc | 603 bool OatWriter::AddVdexDexFilesSource(const VdexFile& vdex_file, const char* location) { in AddVdexDexFilesSource() 684 File* vdex_file, in WriteAndOpenDexFiles() 3692 bool OatWriter::FinishVdexFile(File* vdex_file, verifier::VerifierDeps* verifier_deps) { in FinishVdexFile()
|
| /art/runtime/ |
| D | oat_file.cc | 1488 VdexFile* vdex_file, in InitializeFromElfFile() 1579 std::unique_ptr<VdexFile>&& vdex_file, in Open() 1594 VdexFile* vdex_file = unique_vdex_file.get(); in Open() local 1835 std::unique_ptr<VdexFile>&& vdex_file, in OpenFromVdex() 1842 std::unique_ptr<VdexFile>&& vdex_file, in OpenFromVdex()
|
| D | vdex_file.cc | 81 std::unique_ptr<File> vdex_file; in OpenAtAddress() local
|
| D | common_runtime_test.cc | 462 std::unique_ptr<File> vdex_file; in CompileBootImage() local
|
| D | oat_file_manager.cc | 478 std::unique_ptr<VdexFile> vdex_file = nullptr; in OpenDexFilesFromOat_Impl() local
|
| D | oat_file_assistant_test.cc | 629 ScratchFile vdex_file(vdex_location.c_str()); in TEST_F() local
|
| /art/dex2oat/ |
| D | dex2oat_vdex_test.cc | 119 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex.c_str())); in CreateDexMetadata() local
|
| D | dex2oat.cc | 1219 std::unique_ptr<File> vdex_file(OS::OpenFileReadWrite(vdex_filename.c_str())); in OpenFile() local 1222 std::unique_ptr<File> vdex_file(OS::CreateEmptyFile(vdex_filename.c_str())); in OpenFile() local 1273 std::unique_ptr<File> vdex_file(new File( in OpenFile() local 1298 File* vdex_file = vdex_files_.back().get(); in OpenFile() local 2100 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 | 1755 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_location.c_str())); in TEST_F() local
|
| /art/dexoptanalyzer/ |
| D | dexoptanalyzer.cc | 418 const VdexFile* vdex_file = oat_file->GetVdexFile(); in ValidateBcp() local
|
| /art/oatdump/ |
| D | oatdump.cc | 615 std::unique_ptr<const VdexFile> vdex_file = OpenVdex(vdex_filename, in Dump() local 795 std::unique_ptr<VdexFile> vdex_file(new VdexFile(std::move(mmap))); in OpenVdex() local
|