/art/runtime/ |
D | oat_file.cc | 48 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()
|
D | class_linker.cc | 676 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 …]
|
D | dex_file.cc | 331 const OatFile* oat_file, in OpenMemory() 347 const OatFile* oat_file) in DexFile()
|
D | runtime.cc | 621 std::unique_ptr<OatFile> oat_file(OatFile::OpenWithElfFile(elf_file.release(), oat_location, in OpenDexFilesFromImage() local
|
D | dex_file.h | 394 const OatFile* oat_file, in Open()
|
/art/compiler/ |
D | elf_patcher.h | 57 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()
|
D | elf_patcher.cc | 44 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()
|
D | oat_test.cc | 138 std::unique_ptr<OatFile> oat_file(OatFile::Open(tmp.GetFilename(), tmp.GetFilename(), nullptr, in TEST_F() local
|
D | image_test.cc | 62 ScratchFile oat_file(OS::CreateEmptyFile(oat_filename.c_str())); in TEST_F() local
|
D | elf_writer_mclinker.cc | 162 …std::unique_ptr<OatFile> oat_file(OatFile::OpenMemory(oat_contents, elf_file_->GetPath(), &error_m… in AddOatInput() local
|
D | image_writer.cc | 89 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename.c_str())); in Write() local
|
/art/patchoat/ |
D | patchoat.h | 62 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/ |
D | nopatchoat.cc | 51 const OatFile* oat_file = oat_dex_file->GetOatFile(); in isPic() local
|
/art/dex2oat/ |
D | dex2oat.cc | 337 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/ |
D | dalvik_system_DexFile.cc | 293 std::unique_ptr<const OatFile> oat_file(OatFile::Open(oat_filename, oat_filename, nullptr, in CopyProfileFile() local
|
/art/oatdump/ |
D | oatdump.cc | 142 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/ |
D | image_space.cc | 744 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, image_header.GetOatDataBegin(), in OpenOatFile() local
|