Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc330 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
368 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
417 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
518 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
576 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
667 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
707 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
764 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
783 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
805 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
[all …]
Doat_file.cc91 std::unique_ptr<OatFile> oat_file(new OatFile(location, false)); in OpenWithElfFile() local
175 std::unique_ptr<OatFile> oat_file(new OatFile(location, true)); in OpenDlopen() local
191 std::unique_ptr<OatFile> oat_file(new OatFile(location, executable)); in OpenElfFile() local
600 OatFile::OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile()
671 OatFile::OatClass::OatClass(const OatFile* oat_file, in OatClass()
Doat_file_assistant.cc205 const OatFile& oat_file, const char* dex_location) { in LoadDexFiles()
355 const OatFile* oat_file = GetOatFile(); in OatFileIsOutOfDate() local
372 const OatFile* oat_file = GetOatFile(); in OatFileIsUpToDate() local
Dclass_linker.cc683 const OatFile* ClassLinker::RegisterOatFile(const OatFile* oat_file) { in RegisterOatFile()
697 OatFile* oat_file = space->ReleaseOatFile(); in GetImageOatFile() local
777 static void AddDexFilesFromOat(const OatFile* oat_file, bool already_loaded, in AddDexFilesFromOat()
822 for (const OatFile* oat_file : oat_files_) { in GetPrimaryOatFile() local
838 bool ClassLinker::HasCollisions(const OatFile* oat_file, std::string* error_msg) { in HasCollisions()
927 for (const OatFile* oat_file : oat_files_) { in OpenDexFilesFromOat() local
945 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in OpenDexFilesFromOat() local
1010 const OatFile* oat_file = oat_files_[i]; in FindOpenedOatFileFromOatLocation() local
1111 OatFile& oat_file = GetImageOatFile(space); in InitFromImage() local
5782 const OatFile* oat_file = oat_dex_file->GetOatFile(); in MayBeCalledWithDirectCodePointer() local
[all …]
Druntime.cc732 std::unique_ptr<OatFile> oat_file(OatFile::OpenWithElfFile(elf_file.release(), oat_location, in OpenDexFilesFromImage() local
/art/patchoat/
Dpatchoat.h62 PatchOat(ElfFile* oat_file, off_t delta, TimingLogger* timings) in PatchOat()
69 PatchOat(InstructionSet isa, ElfFile* oat_file, MemMap* image, in PatchOat()
Dpatchoat.cc703 bool PatchOat::PatchOatHeader(ElfFileImpl* oat_file) { in PatchOatHeader()
725 bool PatchOat::PatchElf(ElfFileImpl* oat_file) { in PatchElf()
/art/test/117-nopatchoat/
Dnopatchoat.cc47 const OatFile* oat_file = oat_dex_file->GetOatFile(); in isPic() local
/art/test/137-cfi/
Dcfi.cc97 const OatFile* oat_file = image_space->GetOatFile(); in IsPicImage() local
/art/oatdump/
Doatdump.cc85 explicit RodataWriter(const OatFile* oat_file) : oat_file_(oat_file) {} in RodataWriter()
98 explicit TextWriter(const OatFile* oat_file) : oat_file_(oat_file) {} in TextWriter()
110 explicit OatSymbolizer(const OatFile* oat_file, const std::string& output_name) : in OatSymbolizer()
346 explicit OatDumper(const OatFile& oat_file, const OatDumperOptions& options) in OatDumper()
1460 const OatFile* oat_file = class_linker->FindOpenedOatFileFromOatLocation(oat_location); in Dump() local
2210 static int DumpOatWithRuntime(Runtime* runtime, OatFile* oat_file, OatDumperOptions* options, in DumpOatWithRuntime()
2251 static int DumpOatWithoutRuntime(OatFile* oat_file, OatDumperOptions* options, std::ostream* os) { in DumpOatWithoutRuntime()
2265 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, nullptr, nullptr, false, in DumpOat() local
2281 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, nullptr, nullptr, false, in SymbolizeOat() local
/art/compiler/
Dimage_test.cc63 ScratchFile oat_file(OS::CreateEmptyFile(oat_filename.c_str())); in TEST_F() local
Doat_test.cc125 std::unique_ptr<OatFile> oat_file(OatFile::Open(tmp.GetFilename(), tmp.GetFilename(), nullptr, in TEST_F() local
Dimage_writer.cc138 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename.c_str())); in Write() local
/art/runtime/gc/space/
Dimage_space.cc792 OatFile* oat_file = OatFile::Open(oat_filename, oat_filename, image_header.GetOatDataBegin(), in OpenOatFile() local
/art/dex2oat/
Ddex2oat.cc1730 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_unstripped_.c_str())); in CreateImageFile() local