Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
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
Dquick_trampoline_entrypoints.cc1056 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() local
/art/libdexfile/dex/
Dart_dex_file_loader.cc45 const OatDexFile* oat_dex_file, in Open()
Ddex_file_loader.cc261 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()
Dcompact_dex_file.cc87 const OatDexFile* oat_dex_file, in CompactDexFile()
Dstandard_dex_file.h121 const OatDexFile* oat_dex_file, in StandardDexFile()
Ddex_file_loader.h202 const OatDexFile* oat_dex_file, in Open()
Ddex_file.cc155 const OatDexFile* oat_dex_file, in DexFile()
Ddex_file.h842 void SetOatDexFile(const OatDexFile* oat_dex_file) const { in SetOatDexFile()
/art/runtime/mirror/
Ddex_cache.cc194 const OatDexFile* oat_dex_file = GetDexFile()->GetOatDexFile(); in ShouldAllocateFullArrayAtStartup() local
/art/oatdump/
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()
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/
Doat_file.cc597 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
Doat_file_assistant.cc414 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
Doat_file_manager.cc120 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local
/art/dex2oat/linker/
Doat_writer.cc510 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
Doat_writer_test.cc462 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str()); in TEST_F() local
/art/test/common/
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
/art/runtime/entrypoints/
Dentrypoint_utils.cc326 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in MaybeUpdateBssMethodEntry() local
/art/runtime/
Druntime_image.cc1093 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
Dclass_linker.cc1874 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/
Ddalvik_system_DexFile.cc915 for (const OatDexFile* oat_dex_file : oat_dex_files) { in DexFile_getDexFileOutputPaths() local
/art/dex2oat/
Ddex2oat_test.cc508 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/
Djit.cc1661 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized() local