Lines Matching refs:OatDexFile
121 static std::map<const OatDexFile*, std::unique_ptr<const DexFile>> opened_dex_files;
123 const DexFile* OpenDexFile(const OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile()
237 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk()
239 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk()
245 void WalkOatDexFile(const OatDexFile* oat_dex_file) { in WalkOatDexFile()
511 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
580 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
612 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in Dump()
705 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in GetQuickOatCode()
715 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor)); in GetQuickOatCode()
840 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets()
879 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile()
961 const OatDexFile& oat_dex_file, in ExportDexFile()
1776 const std::vector<const OatDexFile*> oat_dex_files_;
1910 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
2820 for (const OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile()