Home
last modified time | relevance | path

Searched refs:OatDexFile (Results 1 – 25 of 32) sorted by relevance

12

/art/runtime/
Doat_file.h46 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 …]
Doat_file.cc474 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 …]
Dmodule_exclusion_test.cc182 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in TEST_F()
Doat_file_assistant.cc268 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()
Doat_file_manager.cc102 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()
Dart_method.cc539 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo()
/art/libdexfile/dex/
Ddex_file_loader.h30 class OatDexFile; variable
129 const OatDexFile* oat_dex_file,
143 const OatDexFile* oat_dex_file,
173 const OatDexFile* oat_dex_file,
Dart_dex_file_loader.h33 class OatDexFile; variable
62 const OatDexFile* oat_dex_file,
146 const OatDexFile* oat_dex_file,
Dstandard_dex_file.h26 class OatDexFile; variable
118 const OatDexFile* oat_dex_file, in StandardDexFile()
Dcompact_dex_file.cc93 const OatDexFile* oat_dex_file, in CompactDexFile()
Ddex_file_loader.cc226 const OatDexFile* oat_dex_file, in Open()
252 const OatDexFile* oat_dex_file, in OpenWithDataSection()
322 const OatDexFile* oat_dex_file, in OpenCommon()
Ddex_file.h44 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_;
Dart_dex_file_loader.cc84 static constexpr OatDexFile* kNoOatDexFile = nullptr;
164 const OatDexFile* oat_dex_file, in Open()
549 const OatDexFile* oat_dex_file, in OpenCommon()
Dcompact_dex_file.h293 const OatDexFile* oat_dex_file,
Ddex_file.cc103 const OatDexFile* oat_dex_file, in DexFile()
/art/dex2oat/linker/
Doat_writer.h261 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_;
Doat_writer.cc300 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/
Dquick_dexcache_entrypoints.cc86 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss()
104 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
/art/openjdkjvmti/
Dfixed_up_dex_file.cc55 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex()
/art/test/common/
Druntime_state.cc69 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/
Djit.h41 class OatDexFile; variable
489 std::vector<std::unique_ptr<OatDexFile>> type_lookup_tables_;
Djit.cc1220 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/
Ddex2oat_test.cc548 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/
Doatdump.cc117 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/
Ddalvik_system_DexFile.cc443 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash); in DexFile_defineClassNative()

12