Home
last modified time | relevance | path

Searched defs:oat_file (Results 1 – 17 of 17) sorted by relevance

/art/runtime/
Doat_file.cc48 std::unique_ptr<OatFile> oat_file(new OatFile(location, false)); in OpenWithElfFile() local
61 std::unique_ptr<OatFile> oat_file(new OatFile(location, false)); in OpenMemory() local
119 std::unique_ptr<OatFile> oat_file(new OatFile(location, true)); in OpenDlopen() local
134 std::unique_ptr<OatFile> oat_file(new OatFile(location, executable)); in OpenElfFile() local
440 OatFile::OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile()
509 OatFile::OatClass::OatClass(const OatFile* oat_file, in OatClass()
Dclass_linker.cc676 const OatFile* ClassLinker::RegisterOatFile(const OatFile* oat_file) { in RegisterOatFile()
690 OatFile* oat_file = space->ReleaseOatFile(); in GetImageOatFile() local
706 for (const OatFile* oat_file : oat_files_) { in FindOpenedOatDexFile() local
735 static bool LoadMultiDexFilesFromOatFile(const OatFile* oat_file, in LoadMultiDexFilesFromOatFile()
909 const OatFile* oat_file = open_oat_file.release(); // Avoid deleting it. in OpenDexFilesFromOat() local
983 std::unique_ptr<OatFile> oat_file(OatFile::Open(oat_location, oat_location, nullptr, nullptr, in FindOatFileInOatLocationForDexFile() local
1055 std::unique_ptr<OatFile> oat_file(OatFile::Open(oat_location, oat_location, nullptr, nullptr, in CreateOatFileForDexLocation() local
1068 bool ClassLinker::VerifyOatImageChecksum(const OatFile* oat_file, in VerifyOatImageChecksum()
1087 bool ClassLinker::VerifyOatChecksums(const OatFile* oat_file, in VerifyOatChecksums()
1134 bool ClassLinker::VerifyOatAndDexFileChecksums(const OatFile* oat_file, in VerifyOatAndDexFileChecksums()
[all …]
Ddex_file.cc331 const OatFile* oat_file, in OpenMemory()
347 const OatFile* oat_file) in DexFile()
Druntime.cc621 std::unique_ptr<OatFile> oat_file(OatFile::OpenWithElfFile(elf_file.release(), oat_location, in OpenDexFilesFromImage() local
Ddex_file.h394 const OatFile* oat_file, in Open()
/art/compiler/
Delf_patcher.h57 const OatFile* oat_file, uintptr_t oat_data_begin, in Patch()
65 ElfPatcher(const CompilerDriver* driver, ElfFile* elf_file, const OatFile* oat_file, in ElfPatcher()
Delf_patcher.cc44 const OatFile* oat_file = class_linker->FindOpenedOatFileFromOatLocation(oat_location); in Patch() local
59 bool ElfPatcher::Patch(const CompilerDriver* driver, ElfFile* elf, const OatFile* oat_file, in Patch()
Doat_test.cc138 std::unique_ptr<OatFile> oat_file(OatFile::Open(tmp.GetFilename(), tmp.GetFilename(), nullptr, in TEST_F() local
Dimage_test.cc62 ScratchFile oat_file(OS::CreateEmptyFile(oat_filename.c_str())); in TEST_F() local
Delf_writer_mclinker.cc162 …std::unique_ptr<OatFile> oat_file(OatFile::OpenMemory(oat_contents, elf_file_->GetPath(), &error_m… in AddOatInput() local
Dimage_writer.cc89 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename.c_str())); in Write() local
/art/patchoat/
Dpatchoat.h62 PatchOat(ElfFile* oat_file, off_t delta, TimingLogger* timings) in PatchOat()
68 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, in PatchOat()
/art/test/117-nopatchoat/
Dnopatchoat.cc51 const OatFile* oat_file = oat_dex_file->GetOatFile(); in isPic() local
/art/dex2oat/
Ddex2oat.cc337 bool PatchOatCode(const CompilerDriver* compiler_driver, File* oat_file, in PatchOatCode()
357 File* oat_file, in CreateOatFile()
486 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename.c_str())); in CreateImageFile() local
1285 std::unique_ptr<File> oat_file; in dex2oat() local
/art/runtime/native/
Ddalvik_system_DexFile.cc293 std::unique_ptr<const OatFile> oat_file(OatFile::Open(oat_filename, oat_filename, nullptr, in CopyProfileFile() local
/art/oatdump/
Doatdump.cc142 explicit OatDumper(const OatFile& oat_file, OatDumperOptions* options) in OatDumper()
1044 const OatFile* oat_file = class_linker->FindOpenedOatFileFromOatLocation(oat_location); in Dump() local
1778 OatFile* oat_file = in oatdump() local
/art/runtime/gc/space/
Dimage_space.cc744 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, image_header.GetOatDataBegin(), in OpenOatFile() local