/art/libdexfile/dex/ |
D | dex_file_loader.cc | 191 const OatDexFile* oat_dex_file, in Open() 356 const OatDexFile* oat_dex_file, in OpenCommon() 489 const OatDexFile* oat_dex_file, in Open() 514 const OatDexFile* oat_dex_file, in OpenCommon()
|
D | compact_dex_file.cc | 90 const OatDexFile* oat_dex_file, in CompactDexFile()
|
D | art_dex_file_loader.cc | 127 const OatDexFile* oat_dex_file, in Open()
|
D | standard_dex_file.h | 119 const OatDexFile* oat_dex_file, in StandardDexFile()
|
D | dex_file.cc | 96 const OatDexFile* oat_dex_file, in DexFile()
|
D | dex_file.h | 781 void SetOatDexFile(const OatDexFile* oat_dex_file) const { in SetOatDexFile()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 98 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() local 149 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss() local
|
D | quick_trampoline_entrypoints.cc | 1039 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() local
|
/art/runtime/mirror/ |
D | dex_cache.cc | 194 const OatDexFile* oat_dex_file = GetDexFile()->GetOatDexFile(); in ShouldAllocateFullArrayAtStartup() local
|
/art/test/common/ |
D | runtime_state.cc | 70 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile() local 81 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_getCompilerFilter() local 121 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing() local
|
/art/oatdump/ |
D | oatdump.cc | 118 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() 236 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk() local 242 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile() 512 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 603 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 635 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 725 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() local 824 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets() local 863 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile() 946 const OatDexFile& oat_dex_file, in ExportDexFile() [all …]
|
/art/runtime/ |
D | oat_file.cc | 550 OatDexFile* oat_dex_file = new OatDexFile( in Setup() local 1004 OatDexFile* oat_dex_file = new OatDexFile( in Setup() local 1784 OatDexFile* oat_dex_file = new OatDexFile(oat_file.get(), in Open() local 2099 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() local 2321 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() local 2445 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass() local
|
D | oat_file_assistant.cc | 424 const OatDexFile* oat_dex_file = in LoadDexFiles() local 496 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate() local
|
D | runtime_image.cc | 1073 const OatDexFile* oat_dex_file = dex_caches[0]->GetDexFile()->GetOatDexFile(); in WriteObjects() local 1369 const OatDexFile* oat_dex_file = cls->GetDexFile().GetOatDexFile(); in IsInitialized() local 1706 const OatDexFile* oat_dex_file = dex_caches[0]->GetDexFile()->GetOatDexFile(); in FindDexCaches() local
|
D | oat_file_manager.cc | 115 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local
|
D | class_linker.cc | 1805 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile() local 4284 ObjPtr<mirror::DexCache> ClassLinker::FindDexCache(Thread* self, const OatDexFile& oat_dex_file) { in FindDexCache() 4331 const OatDexFile& oat_dex_file) { in FindDexCacheDataLocked() 4956 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 546 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() local 846 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() local 2988 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings() local 3031 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles() local 3262 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles() local 3409 bool OatWriter::LayoutDexFile(OatDexFile* oat_dex_file) { in LayoutDexFile() 3523 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in InitializeTypeLookupTables() local 3562 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteDexLayoutSections() local 3628 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteTypeLookupTables() local 3718 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in FinishVdexFile() local [all …]
|
D | oat_writer_test.cc | 467 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 327 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in MaybeUpdateBssMethodEntry() local
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 915 for (const OatDexFile* oat_dex_file : oat_dex_files) { in DexFile_getDexFileOutputPaths() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 508 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local 800 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
|
/art/runtime/jit/ |
D | jit.cc | 1766 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 3455 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile() local
|