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()
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()
822 const OatDexFile* oat_dex_file = oat_dex_files_[i]; in AddAllOffsets()
861 bool DumpOatDexFile(std::ostream& os, const OatDexFile& oat_dex_file) { in DumpOatDexFile()
943 const OatDexFile& oat_dex_file, in ExportDexFile()
1675 const std::vector<const OatDexFile*> oat_dex_files_;
1807 for (const OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
2477 for (const OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) { in InstallOatFile()