Home
last modified time | relevance | path

Searched defs:oat_dex_file (Results 1 – 13 of 13) sorted by relevance

/art/test/117-nopatchoat/
Dnopatchoat.cc44 const OatFile::OatDexFile* oat_dex_file = getOatDexFile(cls); in hasExecutableOat() local
50 const OatFile::OatDexFile* oat_dex_file = getOatDexFile(cls); in needsRelocation() local
/art/test/common/
Druntime_state.cc41 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile() local
81 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing() local
Dstack_inspect.cc67 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_isManaged() local
/art/compiler/
Doat_writer.cc410 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() local
606 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() local
1772 bool OatWriter::ReadDexFileHeader(File* file, OatDexFile* oat_dex_file) { in ReadDexFileHeader()
1834 bool OatWriter::WriteDexFile(OutputStream* rodata, File* file, OatDexFile* oat_dex_file) { in WriteDexFile()
1860 bool OatWriter::SeekToDexFile(OutputStream* out, File* file, OatDexFile* oat_dex_file) { in SeekToDexFile()
1896 OatDexFile* oat_dex_file, in WriteDexFile()
1988 OatDexFile* oat_dex_file, in WriteDexFile()
2041 OatDexFile* oat_dex_file, in WriteDexFile()
2083 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles() local
2204 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteTypeLookupTables() local
Doat_test.cc396 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F() local
/art/oatdump/
Doatdump.cc89 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile()
175 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk() local
181 void WalkOatDexFile(const OatFile::OatDexFile* oat_dex_file) { in WalkOatDexFile()
452 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local
491 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() local
520 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets() local
571 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in DumpOatDexFile()
639 bool ExportDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) { in ExportDexFile()
1395 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump() local
/art/runtime/
Doat_file_manager.cc77 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local
208 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in AddDexFilesFromOat() local
Doat_file_assistant.cc274 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles() local
485 const OatFile::OatDexFile* oat_dex_file = file.GetOatDexFile( in GivenOatFileIsOutOfDate() local
Doat_file.cc459 OatDexFile* oat_dex_file = new OatDexFile(this, in Setup() local
1084 const OatFile::OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() local
Ddex_file.cc208 const OatDexFile* oat_dex_file, in Open()
414 const OatDexFile* oat_dex_file, in OpenMemory()
429 const OatDexFile* oat_dex_file) in DexFile()
Druntime.cc844 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in OpenDexFilesFromImage() local
Dclass_linker.cc1249 const OatFile::OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in UpdateAppImageClassLoadersAndDexCaches() local
1270 const OatFile::OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in UpdateAppImageClassLoadersAndDexCaches() local
1505 const OatFile::OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr); in OpenOatDexFile() local
2634 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass() local
4019 const OatFile::OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile() local
/art/runtime/gc/space/
Dimage_space.cc1482 for (const OatFile::OatDexFile* oat_dex_file : oat_file_->GetOatDexFiles()) { in ValidateOatFile() local