/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 83 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() local 101 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss() local
|
D | quick_trampoline_entrypoints.cc | 1216 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() local
|
/art/libdexfile/dex/ |
D | dex_file_loader.cc | 226 const OatDexFile* oat_dex_file, in Open() 252 const OatDexFile* oat_dex_file, in OpenWithDataSection() 322 const OatDexFile* oat_dex_file, in OpenCommon()
|
D | compact_dex_file.cc | 93 const OatDexFile* oat_dex_file, in CompactDexFile()
|
D | standard_dex_file.h | 98 const OatDexFile* oat_dex_file, in StandardDexFile()
|
D | art_dex_file_loader.cc | 164 const OatDexFile* oat_dex_file, in Open() 549 const OatDexFile* oat_dex_file, in OpenCommon()
|
D | dex_file.cc | 102 const OatDexFile* oat_dex_file, in DexFile()
|
D | dex_file.h | 722 void SetOatDexFile(OatDexFile* oat_dex_file) const { in SetOatDexFile()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 649 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() local 933 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() local 2582 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteQuickeningInfo() local 2979 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings() local 3053 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles() local 3324 OatDexFile* oat_dex_file, in WriteDexFile() 3361 bool OatWriter::SeekToDexFile(OutputStream* out, File* file, OatDexFile* oat_dex_file) { in SeekToDexFile() 3401 bool OatWriter::LayoutAndWriteDexFile(OutputStream* out, OatDexFile* oat_dex_file) { in LayoutAndWriteDexFile() 3503 OatDexFile* oat_dex_file, in WriteDexFile() 3590 OatDexFile* oat_dex_file, in WriteDexFile() [all …]
|
D | oat_writer_test.cc | 428 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F() local
|
/art/runtime/ |
D | oat_file.cc | 460 OatDexFile* oat_dex_file = new OatDexFile(this, dex_file, dex_location, canonical_location); in Setup() local 825 OatDexFile* oat_dex_file = new OatDexFile( in Setup() local 1447 bool IsClassVerifiedInVdex(const OatDexFile& oat_dex_file, uint16_t class_def_index) const { in IsClassVerifiedInVdex() argument 1803 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() local 2023 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() local 2071 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile() local 2184 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass() local
|
D | oat_file_assistant.cc | 274 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles() local 373 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate() local
|
D | oat_file_manager.cc | 103 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local 268 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in AddDexFilesFromOat() local
|
D | art_method.cc | 548 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo() local
|
D | class_linker.cc | 1748 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile() local 4730 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile() local
|
/art/test/common/ |
D | runtime_state.cc | 65 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile() local 98 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing() local
|
/art/oatdump/ |
D | oatdump.cc | 123 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() 239 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk() local 245 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile() 511 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 580 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 612 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 705 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() local 840 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets() local 879 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile() 961 const OatDexFile& oat_dex_file, in ExportDexFile() [all …]
|
/art/dex2oat/ |
D | dex2oat_test.cc | 534 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local 806 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local 961 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 1374 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MethodContainsRSensitiveAccess() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 2153 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile() local
|