/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 187 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreMethodTypeInBss() local
|
D | quick_trampoline_entrypoints.cc | 1056 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() local
|
/art/libdexfile/dex/ |
D | art_dex_file_loader.cc | 45 const OatDexFile* oat_dex_file, in Open()
|
D | dex_file_loader.cc | 261 const OatDexFile* oat_dex_file, in OpenOne() 442 const OatDexFile* oat_dex_file, in OpenCommon() 595 const OatDexFile* oat_dex_file, in Open() 620 const OatDexFile* oat_dex_file, in OpenCommon()
|
D | compact_dex_file.cc | 87 const OatDexFile* oat_dex_file, in CompactDexFile()
|
D | standard_dex_file.h | 121 const OatDexFile* oat_dex_file, in StandardDexFile()
|
D | dex_file_loader.h | 202 const OatDexFile* oat_dex_file, in Open()
|
D | dex_file.cc | 155 const OatDexFile* oat_dex_file, in DexFile()
|
D | dex_file.h | 842 void SetOatDexFile(const OatDexFile* oat_dex_file) const { in SetOatDexFile()
|
/art/runtime/mirror/ |
D | dex_cache.cc | 194 const OatDexFile* oat_dex_file = GetDexFile()->GetOatDexFile(); in ShouldAllocateFullArrayAtStartup() local
|
/art/oatdump/ |
D | oatdump.cc | 124 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() 243 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk() local 249 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile() 528 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 622 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 654 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 683 for (const OatDexFile* oat_dex_file : oat_dex_files_) { in DumpMethodAndOffsetAsJson() local 743 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() local 842 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets() local 881 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile() [all …]
|
/art/runtime/oat/ |
D | oat_file.cc | 597 OatDexFile* oat_dex_file = new OatDexFile(this, in Setup() local 1017 OatDexFile* oat_dex_file = in Setup() local 1787 OatDexFile* oat_dex_file = new OatDexFile(oat_file.get(), in Open() local 2122 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() local 2343 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() local 2467 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass() local
|
D | oat_file_assistant.cc | 414 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile(dex_location.c_str(), &error_msg); in LoadDexFiles() local 479 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str()); in DexChecksumUpToDate() local
|
D | oat_file_manager.cc | 120 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 510 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() local 818 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() local 3024 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings() local 3081 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles() local 3315 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles() local 3528 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in InitializeTypeLookupTables() local 3567 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteDexLayoutSections() local 3633 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteTypeLookupTables() local 3724 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in FinishVdexFile() local 4113 const OatDexFile& oat_dex_file = oat_dex_files_[i]; in GetDebugInfo() local
|
D | oat_writer_test.cc | 462 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str()); in TEST_F() local
|
/art/test/common/ |
D | runtime_state.cc | 74 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile() local 85 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_getCompilerFilter() local 125 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing() local
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 326 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in MaybeUpdateBssMethodEntry() local
|
/art/runtime/ |
D | runtime_image.cc | 1093 const OatDexFile* oat_dex_file = dex_caches[0]->GetDexFile()->GetOatDexFile(); in WriteObjects() local 1388 const OatDexFile* oat_dex_file = cls->GetDexFile().GetOatDexFile(); in IsInitialized() local 1725 const OatDexFile* oat_dex_file = dex_caches[0]->GetDexFile()->GetOatDexFile(); in FindDexCaches() local
|
D | class_linker.cc | 1874 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, error_msg); in OpenOatDexFile() local 4461 ObjPtr<mirror::DexCache> ClassLinker::FindDexCache(Thread* self, const OatDexFile& oat_dex_file) { in FindDexCache() 4519 const OatDexFile& oat_dex_file) { in FindDexCacheDataLocked() 5138 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile() 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 | 1661 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized() local
|