Lines Matching refs:OatDexFile
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()
579 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
611 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
704 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode()
714 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()
839 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets()
878 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile()
960 const OatDexFile& oat_dex_file, in ExportDexFile()
1775 const std::vector<const OatDexFile*> oat_dex_files_;
1907 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
2829 for (const OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile()