Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc83 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() local
101 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss() local
Dquick_trampoline_entrypoints.cc1216 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() local
/art/libdexfile/dex/
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()
Dcompact_dex_file.cc93 const OatDexFile* oat_dex_file, in CompactDexFile()
Dstandard_dex_file.h98 const OatDexFile* oat_dex_file, in StandardDexFile()
Dart_dex_file_loader.cc164 const OatDexFile* oat_dex_file, in Open()
549 const OatDexFile* oat_dex_file, in OpenCommon()
Ddex_file.cc102 const OatDexFile* oat_dex_file, in DexFile()
Ddex_file.h722 void SetOatDexFile(OatDexFile* oat_dex_file) const { in SetOatDexFile()
/art/dex2oat/linker/
Doat_writer.cc649 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() local
933 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() local
2582 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteQuickeningInfo() local
2979 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings() local
3053 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles() local
3324 OatDexFile* oat_dex_file, in WriteDexFile()
3361 bool OatWriter::SeekToDexFile(OutputStream* out, File* file, OatDexFile* oat_dex_file) { in SeekToDexFile()
3401 bool OatWriter::LayoutAndWriteDexFile(OutputStream* out, OatDexFile* oat_dex_file) { in LayoutAndWriteDexFile()
3503 OatDexFile* oat_dex_file, in WriteDexFile()
3590 OatDexFile* oat_dex_file, in WriteDexFile()
[all …]
Doat_writer_test.cc428 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F() local
/art/runtime/
Doat_file.cc460 OatDexFile* oat_dex_file = new OatDexFile(this, dex_file, dex_location, canonical_location); in Setup() local
825 OatDexFile* oat_dex_file = new OatDexFile( in Setup() local
1447 bool IsClassVerifiedInVdex(const OatDexFile& oat_dex_file, uint16_t class_def_index) const { in IsClassVerifiedInVdex() argument
1803 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() local
2023 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() local
2071 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile() local
2184 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass() local
Doat_file_assistant.cc274 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles() local
373 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate() local
Doat_file_manager.cc103 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local
268 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in AddDexFilesFromOat() local
Dart_method.cc548 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo() local
Dclass_linker.cc1748 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile() local
4730 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile() local
/art/test/common/
Druntime_state.cc65 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_hasOatFile() local
98 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in Java_Main_compiledWithOptimizing() local
/art/oatdump/
Doatdump.cc123 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile()
239 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk() local
245 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile()
511 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local
580 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local
612 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local
705 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() local
840 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets() local
879 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile()
961 const OatDexFile& oat_dex_file, in ExportDexFile()
[all …]
/art/dex2oat/
Ddex2oat_test.cc534 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
806 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
961 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
/art/runtime/dex/
Ddex_file_annotations.cc1374 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MethodContainsRSensitiveAccess() local
/art/runtime/gc/space/
Dimage_space.cc2153 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile() local