/art/libdexfile/dex/ |
D | dex_file_loader.cc | 226 const OatDexFile* oat_dex_file, in Open() 251 const OatDexFile* oat_dex_file, in Open() 277 const OatDexFile* oat_dex_file, in OpenWithDataSection() 347 const OatDexFile* oat_dex_file, in OpenCommon()
|
D | compact_dex_file.cc | 93 const OatDexFile* oat_dex_file, in CompactDexFile()
|
D | standard_dex_file.h | 118 const OatDexFile* oat_dex_file, in StandardDexFile()
|
D | art_dex_file_loader.cc | 166 const OatDexFile* oat_dex_file, in Open() 567 const OatDexFile* oat_dex_file, in OpenCommon()
|
D | dex_file.cc | 103 const OatDexFile* oat_dex_file, in DexFile()
|
D | dex_file.h | 741 void SetOatDexFile(OatDexFile* oat_dex_file) const { in SetOatDexFile()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 86 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() local 114 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss() local
|
D | quick_trampoline_entrypoints.cc | 1134 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() local
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 673 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() local 969 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() local 2880 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings() local 2980 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles() local 3167 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles() local 3295 OatDexFile* oat_dex_file, in WriteDexFile() 3322 bool OatWriter::LayoutDexFile(OatDexFile* oat_dex_file) { in LayoutDexFile() 3415 OatDexFile* oat_dex_file, in WriteDexFile() 3431 OatDexFile* oat_dex_file, in WriteDexFile() 3444 bool OatWriter::WriteDexFile(OatDexFile* oat_dex_file, in WriteDexFile() [all …]
|
D | oat_writer_test.cc | 464 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F() local
|
/art/runtime/ |
D | oat_file.cc | 493 OatDexFile* oat_dex_file = new OatDexFile( in Setup() local 925 OatDexFile* oat_dex_file = new OatDexFile( in Setup() local 1619 OatDexFile* oat_dex_file = new OatDexFile(oat_file.get(), in Open() local 1935 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() local 2163 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() local 2212 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile() local 2314 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass() local
|
D | module_exclusion_test.cc | 182 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in TEST_F() local
|
D | oat_file_assistant.cc | 285 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles() local 387 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate() local
|
D | oat_file_manager.cc | 108 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local
|
D | class_linker.cc | 1681 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile() local 4799 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile() local
|
/art/test/common/ |
D | runtime_state.cc | 69 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile() local 80 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_getCompilerFilter() local 120 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing() local
|
/art/oatdump/ |
D | oatdump.cc | 119 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() 237 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk() local 243 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile() 513 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local 598 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 723 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() local 822 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets() local 861 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile() 943 const OatDexFile& oat_dex_file, in ExportDexFile() [all …]
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 827 for (const OatDexFile* oat_dex_file : oat_dex_files) { in DexFile_getDexFileOutputPaths() local
|
/art/runtime/jit/ |
D | jit.cc | 1782 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized() local
|
/art/dex2oat/ |
D | dex2oat_test.cc | 517 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local 797 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 3272 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile() local
|