Home
last modified time | relevance | path

Searched refs:GetOatDexFiles (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Doat_file.h281 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles() function
Druntime.cc628 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in OpenDexFilesFromImage()
Dclass_linker.cc1148 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in VerifyOatAndDexFileChecksums()
/art/runtime/gc/space/
Dimage_space.cc773 for (const OatFile::OatDexFile* oat_dex_file : oat_file_->GetOatDexFiles()) { in ValidateOatFile()
/art/oatdump/
Doatdump.cc144 oat_dex_files_(oat_file.GetOatDexFiles()), in OatDumper()
1058 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()