Home
last modified time | relevance | path

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

12

/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_loader.cc276 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 Dart_dex_file_loader.cc45 const OatDexFile* oat_dex_file, in Open()
H A Dcompact_dex_file.cc87 const OatDexFile* oat_dex_file, in CompactDexFile()
H A Dstandard_dex_file.h121 const OatDexFile* oat_dex_file, in StandardDexFile()
H A Ddex_file_loader.h212 const OatDexFile* oat_dex_file, in Open()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc98 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 Doatdump.cc124 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 Doat_file.cc597 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 Doat_file_assistant.cc413 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 Doat_writer.cc510 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 Druntime_state.cc74 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 Druntime_image.cc1091 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 Ddex_cache.cc194 const OatDexFile* oat_dex_file = GetDexFile()->GetOatDexFile(); in ShouldAllocateFullArrayAtStartup() local
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dstandard_dex_file.h118 const OatDexFile* oat_dex_file, in StandardDexFile()
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dstandard_dex_file.h119 const OatDexFile* oat_dex_file, in StandardDexFile()
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dstandard_dex_file.h118 const OatDexFile* oat_dex_file, in StandardDexFile()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dstandard_dex_file.h121 const OatDexFile* oat_dex_file, in StandardDexFile()
Ddex_file_loader.h202 const OatDexFile* oat_dex_file, in Open()
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dstandard_dex_file.h121 const OatDexFile* oat_dex_file, in StandardDexFile()
Ddex_file_loader.h202 const OatDexFile* oat_dex_file, in Open()
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dstandard_dex_file.h121 const OatDexFile* oat_dex_file, in StandardDexFile()
Ddex_file_loader.h202 const OatDexFile* oat_dex_file, in Open()
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dstandard_dex_file.h121 const OatDexFile* oat_dex_file, in StandardDexFile()
Ddex_file_loader.h202 const OatDexFile* oat_dex_file, in Open()
/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc326 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in MaybeUpdateBssMethodEntry() local

12