Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc86 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreTypeInBss() local
104 const OatDexFile* oat_dex_file = dex_file->GetOatDexFile(); in StoreStringInBss() local
Dquick_trampoline_entrypoints.cc1134 const OatDexFile* oat_dex_file = klass->GetDexFile().GetOatDexFile(); in DumpB74410240ClassData() local
/art/libdexfile/dex/
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()
Dstandard_dex_file.h118 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.cc103 const OatDexFile* oat_dex_file, in DexFile()
Ddex_file.h725 void SetOatDexFile(OatDexFile* oat_dex_file) const { in SetOatDexFile()
/art/runtime/
Doat_file.cc474 OatDexFile* oat_dex_file = new OatDexFile(this, dex_file, dex_location, canonical_location); in Setup() local
897 OatDexFile* oat_dex_file = new OatDexFile( in Setup() local
1562 bool IsClassVerifiedInVdex(const OatDexFile& oat_dex_file, uint16_t class_def_index) const { in IsClassVerifiedInVdex() argument
1806 const OatDexFile* oat_dex_file = nullptr; in GetOatDexFile() local
2027 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindClassDef() local
2075 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MadviseDexFile() local
2183 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in FindOatClass() local
Dmodule_exclusion_test.cc182 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in TEST_F() local
Doat_file_assistant.cc268 const OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles() local
370 const OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate() local
Dart_method.cc539 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in GetQuickenedInfo() local
Doat_file_manager.cc103 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation() local
Dclass_linker.cc1837 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(location, nullptr, error_msg); in OpenOatDexFile() local
4945 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in VerifyClassUsingOatFile() local
/art/dex2oat/linker/
Doat_writer.cc669 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in GetSourceLocations() local
960 for (const OatDexFile& oat_dex_file : writer_->oat_dex_files_) { in InitOatClassesMethodVisitor() local
2573 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteQuickeningInfo() local
2934 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteIndexBssMappings() local
3008 OatDexFile* oat_dex_file = &oat_dex_files_[i]; in WriteOatDexFiles() local
3198 for (const OatDexFile& oat_dex_file : oat_dex_files_) { in WriteDexFiles() local
3335 OatDexFile* oat_dex_file, in WriteDexFile()
3362 bool OatWriter::LayoutDexFile(OatDexFile* oat_dex_file) { in LayoutDexFile()
3455 OatDexFile* oat_dex_file, in WriteDexFile()
3471 OatDexFile* oat_dex_file, in WriteDexFile()
[all …]
Doat_writer_test.cc471 const OatDexFile* oat_dex_file = oat_file->GetOatDexFile(dex_file.GetLocation().c_str(), in TEST_F() local
/art/test/common/
Druntime_state.cc69 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/
Doatdump.cc119 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile()
236 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk() local
242 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile()
510 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local
583 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local
615 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump() local
708 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode() local
843 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets() local
882 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile()
964 const OatDexFile& oat_dex_file, in ExportDexFile()
[all …]
/art/dex2oat/
Ddex2oat_test.cc548 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
817 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
980 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in CheckResult() local
1005 for (const OatDexFile* oat_dex_file : odex_file->GetOatDexFiles()) { in GetDexFileChecksums() local
/art/runtime/jit/
Djit.cc1849 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in CanAssumeInitialized() local
/art/runtime/dex/
Ddex_file_annotations.cc1353 const OatDexFile* oat_dex_file = dex_file.GetOatDexFile(); in MethodContainsRSensitiveAccess() local
/art/runtime/gc/space/
Dimage_space.cc3756 for (const OatDexFile* oat_dex_file : oat_file.GetOatDexFiles()) { in ValidateOatFile() local