/art/runtime/ |
D | oat_file.h | 46 class OatDexFile; variable 295 friend class art::OatDexFile; 303 const OatDexFile* GetOatDexFile(const char* dex_location, 308 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles() 430 std::vector<const OatDexFile*> oat_dex_files_storage_; 438 AllocationTrackingSafeMap<std::string_view, const OatDexFile*, kAllocatorTagOatFile>; 468 friend class art::OatDexFile; 478 class OatDexFile final { 549 ~OatDexFile(); 552 explicit OatDexFile(TypeLookupTable&& lookup_table); [all …]
|
D | oat_file.cc | 474 OatDexFile* oat_dex_file = new OatDexFile(this, dex_file, dex_location, canonical_location); in Setup() 897 OatDexFile* oat_dex_file = new OatDexFile( in Setup() 1562 bool IsClassVerifiedInVdex(const OatDexFile& oat_dex_file, uint16_t class_def_index) const { in IsClassVerifiedInVdex() 1565 const std::vector<const OatDexFile*>& oat_dex_files = GetOatDexFiles(); in IsClassVerifiedInVdex() 1795 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile() 1806 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() 1864 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile 1906 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile 1919 OatDexFile::OatDexFile(TypeLookupTable&& lookup_table) : lookup_table_(std::move(lookup_table)) { in OatDexFile() function in art::OatDexFile 1927 OatDexFile::~OatDexFile() {} in ~OatDexFile() [all …]
|
D | module_exclusion_test.cc | 182 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in TEST_F()
|
D | oat_file_assistant.cc | 268 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles() 370 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate() 586 const OatDexFile* odex_dex_file = odex_file->GetOatDexFile(dex.c_str(), nullptr); in GetRequiredDexChecksums()
|
D | oat_file_manager.cc | 102 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() 103 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() 350 OatDexFile::MadviseDexFile(*dex_file, MadviseState::kMadviseStateAtLoad); in OpenDexFilesFromOat()
|
D | art_method.cc | 539 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo()
|
/art/libdexfile/dex/ |
D | dex_file_loader.h | 30 class OatDexFile; variable 129 const OatDexFile* oat_dex_file, 143 const OatDexFile* oat_dex_file, 173 const OatDexFile* oat_dex_file,
|
D | art_dex_file_loader.h | 33 class OatDexFile; variable 62 const OatDexFile* oat_dex_file, 146 const OatDexFile* oat_dex_file,
|
D | standard_dex_file.h | 26 class OatDexFile; variable 118 const OatDexFile* oat_dex_file, in StandardDexFile()
|
D | compact_dex_file.cc | 93 const OatDexFile* oat_dex_file, in CompactDexFile()
|
D | dex_file_loader.cc | 226 const OatDexFile* oat_dex_file, in Open() 252 const OatDexFile* oat_dex_file, in OpenWithDataSection() 322 const OatDexFile* oat_dex_file, in OpenCommon()
|
D | dex_file.h | 44 class OatDexFile; variable 720 const OatDexFile* GetOatDexFile() const { in GetOatDexFile() 725 void SetOatDexFile(OatDexFile* oat_dex_file) const { in SetOatDexFile() 800 const OatDexFile* oat_dex_file, 873 mutable const OatDexFile* oat_dex_file_;
|
D | art_dex_file_loader.cc | 84 static constexpr OatDexFile* kNoOatDexFile = nullptr; 164 const OatDexFile* oat_dex_file, in Open() 549 const OatDexFile* oat_dex_file, in OpenCommon()
|
D | compact_dex_file.h | 293 const OatDexFile* oat_dex_file,
|
D | dex_file.cc | 103 const OatDexFile* oat_dex_file, in DexFile()
|
/art/dex2oat/linker/ |
D | oat_writer.h | 261 class OatDexFile; variable 295 OatDexFile* oat_dex_file, 297 bool LayoutDexFile(OatDexFile* oat_dex_file); 299 OatDexFile* oat_dex_file, 302 OatDexFile* oat_dex_file, 304 bool WriteDexFile(OatDexFile* oat_dex_file, 466 std::vector<std::unique_ptr<art::OatDexFile>> type_lookup_table_oat_dex_files_; 470 dchecked_vector<OatDexFile> oat_dex_files_;
|
D | oat_writer.cc | 300 class OatWriter::OatDexFile { class in art::linker::OatWriter 302 OatDexFile(const char* dex_file_location, 307 OatDexFile(OatDexFile&& src) = default; 369 DISALLOW_COPY_AND_ASSIGN(OatDexFile); 669 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() 960 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() 2047 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitClassOffsets() 2069 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatClasses() 2195 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatDexFiles() 2573 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteQuickeningInfo() [all …]
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 86 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() 104 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 55 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex()
|
/art/test/common/ |
D | runtime_state.cc | 69 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile() 80 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_getCompilerFilter() 120 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing()
|
/art/runtime/jit/ |
D | jit.h | 41 class OatDexFile; variable 489 std::vector<std::unique_ptr<OatDexFile>> type_lookup_tables_;
|
D | jit.cc | 1220 std::make_unique<art::OatDexFile>(std::move(type_lookup_table))); in CreateThreadPool() 1849 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized()
|
/art/dex2oat/ |
D | dex2oat_test.cc | 548 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() 817 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() 980 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() 1005 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in GetDexFileChecksums() 1429 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() 1432 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() 1537 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() 1541 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() 1800 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() 1803 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() [all …]
|
/art/oatdump/ |
D | oatdump.cc | 117 static std::map<const OatDexFile*, std::unique_ptr<const DexFile>> opened_dex_files; 119 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() 234 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() 236 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk() 242 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile() 510 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() 583 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() 615 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() 708 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() 718 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode() [all …]
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 443 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash); in DexFile_defineClassNative()
|