/aosp_15_r20/art/libdexfile/dex/ |
H A D | dex_file_loader.cc | 276 const OatDexFile* oat_dex_file, in OpenOne() 457 const OatDexFile* oat_dex_file, in OpenCommon() 610 const OatDexFile* oat_dex_file, in Open() 635 const OatDexFile* oat_dex_file, in OpenCommon()
|
H A D | art_dex_file_loader.cc | 45 const OatDexFile* oat_dex_file, in Open()
|
H A D | compact_dex_file.cc | 87 const OatDexFile* oat_dex_file, in CompactDexFile()
|
H A D | standard_dex_file.h | 121 const OatDexFile* oat_dex_file, in StandardDexFile()
|
H A D | dex_file_loader.h | 212 const OatDexFile* oat_dex_file, in Open()
|
/aosp_15_r20/art/runtime/entrypoints/quick/ |
H A 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
|
/aosp_15_r20/art/oatdump/ |
H A 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() 536 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 630 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 662 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 691 for (const OatDexFile* oat_dex_file : oat_dex_files_) { in DumpMethodAndOffsetAsJson() local 752 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() local 851 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets() local 890 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile() [all …]
|
/aosp_15_r20/art/runtime/oat/ |
H A D | oat_file.cc | 597 OatDexFile* oat_dex_file = new OatDexFile(this, in Setup() local 1017 OatDexFile* oat_dex_file = in Setup() local 1801 OatDexFile* oat_dex_file = new OatDexFile(oat_file.get(), in Open() local 2142 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() local 2363 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() local 2487 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass() local
|
H A D | oat_file_assistant.cc | 413 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile(dex_location.c_str(), &error_msg); in LoadDexFiles() local 478 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str()); in DexChecksumUpToDate() local
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 510 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() local 823 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() local 3048 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings() local 3105 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles() local 3500 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in InitializeTypeLookupTables() local 3539 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteDexLayoutSections() local 3605 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteTypeLookupTables() local 3696 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in FinishVdexFile() local 4085 const OatDexFile& oat_dex_file = oat_dex_files_[i]; in GetDebugInfo() local
|
/aosp_15_r20/art/test/common/ |
H A 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
|
/aosp_15_r20/art/runtime/ |
H A D | runtime_image.cc | 1091 const OatDexFile* oat_dex_file = dex_caches[0]->GetDexFile()->GetOatDexFile(); in WriteObjects() local 1386 const OatDexFile* oat_dex_file = cls->GetDexFile().GetOatDexFile(); in IsInitialized() local 1729 const OatDexFile* oat_dex_file = dex_caches[0]->GetDexFile()->GetOatDexFile(); in FindDexCaches() local
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | dex_cache.cc | 194 const OatDexFile* oat_dex_file = GetDexFile()->GetOatDexFile(); in ShouldAllocateFullArrayAtStartup() local
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | standard_dex_file.h | 118 const OatDexFile* oat_dex_file, in StandardDexFile()
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | standard_dex_file.h | 119 const OatDexFile* oat_dex_file, in StandardDexFile()
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | standard_dex_file.h | 118 const OatDexFile* oat_dex_file, in StandardDexFile()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
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()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
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()
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
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()
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
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()
|
/aosp_15_r20/art/runtime/entrypoints/ |
H A D | entrypoint_utils.cc | 326 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in MaybeUpdateBssMethodEntry() local
|