Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.cc191 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()
Dcompact_dex_file.cc90 const OatDexFile* oat_dex_file, in CompactDexFile()
Dart_dex_file_loader.cc127 const OatDexFile* oat_dex_file, in Open()
Dstandard_dex_file.h119 const OatDexFile* oat_dex_file, in StandardDexFile()
Ddex_file.cc96 const OatDexFile* oat_dex_file, in DexFile()
Ddex_file.h781 void SetOatDexFile(const OatDexFile* oat_dex_file) const { in SetOatDexFile()
/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
Dquick_trampoline_entrypoints.cc1039 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() local
/art/runtime/mirror/
Ddex_cache.cc194 const OatDexFile* oat_dex_file = GetDexFile()->GetOatDexFile(); in ShouldAllocateFullArrayAtStartup() local
/art/test/common/
Druntime_state.cc70 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/
Doatdump.cc118 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/
Doat_file.cc550 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
Doat_file_assistant.cc424 const OatDexFile* oat_dex_file = in LoadDexFiles() local
496 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate() local
Druntime_image.cc1073 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
Doat_file_manager.cc115 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local
Dclass_linker.cc1805 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/
Doat_writer.cc546 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 …]
Doat_writer_test.cc467 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc327 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in MaybeUpdateBssMethodEntry() 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.cc1766 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized() local
/art/runtime/gc/space/
Dimage_space.cc3455 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile() local