Home | History | Annotate | Download | only in oatdump

Lines Matching refs:OatDexFile

98 // Map is so that we don't allocate multiple dex files for the same OatDexFile.
99 static std::map<const OatFile::OatDexFile*,
102 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) {
189 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles();
191 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i];
197 void WalkOatDexFile(const OatFile::OatDexFile* oat_dex_file) {
473 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
516 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
561 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
571 OatDexFile::FindClassDef(*dex_file, descriptor, ComputeModifiedUtf8Hash(descriptor));
739 const OatFile::OatDexFile* oat_dex_file = oat_dex_files_[i];
912 bool DumpOatDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
915 os << "OatDexFile:\n";
984 bool ExportDexFile(std::ostream& os, const OatFile::OatDexFile& oat_dex_file) {
1708 const std::vector<const OatFile::OatDexFile*> oat_dex_files_;
1845 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) {
2767 for (const OatFile::OatDexFile* odf : oat_file_ptr->GetOatDexFiles()) {