Home
last modified time | relevance | path

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

12

/art/runtime/
Doat_file.h46 class OatDexFile; variable
297 friend class art::OatDexFile;
305 const OatDexFile* GetOatDexFile(const char* dex_location,
310 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles()
432 std::vector<const OatDexFile*> oat_dex_files_storage_;
440 AllocationTrackingSafeMap<std::string_view, const OatDexFile*, kAllocatorTagOatFile>;
470 friend class art::OatDexFile;
481 class OatDexFile final {
557 ~OatDexFile();
560 explicit OatDexFile(TypeLookupTable&& lookup_table);
[all …]
Doat_file.cc546 OatDexFile* oat_dex_file = new OatDexFile( in Setup()
982 OatDexFile* oat_dex_file = new OatDexFile( in Setup()
1703 OatDexFile* oat_dex_file = new OatDexFile(oat_file.get(), in Open()
2010 const OatDexFile* OatFile::GetOatDexFile(const char* dex_location, in GetOatDexFile()
2021 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile()
2079 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
2110 void OatDexFile::InitializeTypeLookupTable() { in InitializeTypeLookupTable()
2130 OatDexFile::OatDexFile(const OatFile* oat_file, in OatDexFile() function in art::OatDexFile
2146 OatDexFile::OatDexFile(TypeLookupTable&& lookup_table) : lookup_table_(std::move(lookup_table)) { in OatDexFile() function in art::OatDexFile
2154 OatDexFile::~OatDexFile() {} in ~OatDexFile()
[all …]
Doat_file_manager.cc107 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation()
108 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation()
337 OatDexFile::MadviseDexFile(*dex_file, MadviseState::kMadviseStateAtLoad); in OpenDexFilesFromOat()
Dmodule_exclusion_test.cc182 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in TEST_F()
Doat_file_assistant.cc285 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles()
387 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate()
/art/libdexfile/dex/
Ddex_file_loader.h30 class OatDexFile; variable
133 const OatDexFile* oat_dex_file,
144 const OatDexFile* oat_dex_file,
158 const OatDexFile* oat_dex_file,
188 const OatDexFile* oat_dex_file,
Dart_dex_file_loader.h33 class OatDexFile; variable
67 const OatDexFile* oat_dex_file,
161 const OatDexFile* oat_dex_file,
Dstandard_dex_file.h26 class OatDexFile; variable
118 const OatDexFile* oat_dex_file, in StandardDexFile()
Ddex_file_loader.cc226 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()
Dcompact_dex_file.cc93 const OatDexFile* oat_dex_file, in CompactDexFile()
Ddex_file.h45 class OatDexFile; variable
736 const OatDexFile* GetOatDexFile() const { in GetOatDexFile()
741 void SetOatDexFile(const OatDexFile* oat_dex_file) const { in SetOatDexFile()
822 const OatDexFile* oat_dex_file,
895 mutable const OatDexFile* oat_dex_file_;
Dart_dex_file_loader.cc84 static constexpr OatDexFile* kNoOatDexFile = nullptr;
166 const OatDexFile* oat_dex_file, in Open()
567 const OatDexFile* oat_dex_file, in OpenCommon()
Dcompact_dex_file.h311 const OatDexFile* oat_dex_file,
Ddex_file.cc103 const OatDexFile* oat_dex_file, in DexFile()
/art/dex2oat/linker/
Doat_writer.h251 class OatDexFile; variable
283 OatDexFile* oat_dex_file,
285 bool LayoutDexFile(OatDexFile* oat_dex_file);
287 OatDexFile* oat_dex_file,
290 OatDexFile* oat_dex_file,
292 bool WriteDexFile(OatDexFile* oat_dex_file,
474 std::vector<std::unique_ptr<art::OatDexFile>> type_lookup_table_oat_dex_files_;
478 dchecked_vector<OatDexFile> oat_dex_files_;
Doat_writer.cc307 class OatWriter::OatDexFile { class in art::linker::OatWriter
309 OatDexFile(const char* dex_file_location,
313 OatDexFile(OatDexFile&& src) = default;
374 DISALLOW_COPY_AND_ASSIGN(OatDexFile);
673 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations()
969 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor()
2086 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitClassOffsets()
2108 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatClasses()
2261 for (OatDexFile& oat_dex_file : oat_dex_files_) { in InitOatDexFiles()
2750 for (OatDexFile& oat_dex_file : oat_dex_files_) { in WriteClassOffsets()
[all …]
Doat_writer_test.cc464 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc86 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss()
114 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss()
/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
499 std::vector<std::unique_ptr<OatDexFile>> type_lookup_tables_;
Djit.cc1204 std::make_unique<art::OatDexFile>(std::move(type_lookup_table))); in CreateThreadPool()
1783 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized()
/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()
235 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk()
237 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk()
243 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile()
513 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
598 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
630 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
723 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode()
733 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()
[all …]
/art/dex2oat/
Ddex2oat_test.cc517 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()
797 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult()
1221 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1224 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1329 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1333 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1608 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1611 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1744 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F()
1747 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
/art/runtime/native/
Ddalvik_system_DexFile.cc421 OatDexFile::FindClassDef(*dex_file, descriptor.c_str(), hash); in DexFile_defineClassNative()
826 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in DexFile_getDexFileOutputPaths()
827 for (const OatDexFile* oat_dex_file : oat_dex_files) { in DexFile_getDexFileOutputPaths()
/art/runtime/gc/space/
Dimage_space.cc3272 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile()
3308 const OatDexFile* multi_dex = oat_file.GetOatDexFile(multi_dex_location.c_str(), in ValidateOatFile()

12