Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h224 const std::vector<const OatDexFile*>& GetOatDexFiles() const { in GetOatDexFiles() function
Druntime.cc739 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in OpenDexFilesFromImage()
Dclass_linker.cc779 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in AddDexFilesFromOat()
/art/oatdump/
Doatdump.cc152 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk()
348 oat_dex_files_(oat_file.GetOatDexFiles()), in OatDumper()
1476 for (const OatFile::OatDexFile* oat_dex_file : oat_file->GetOatDexFiles()) { in Dump()
2224 for (const OatFile::OatDexFile* odf : oat_file->GetOatDexFiles()) { in DumpOatWithRuntime()
/art/runtime/gc/space/
Dimage_space.cc822 for (const OatFile::OatDexFile* oat_dex_file : oat_file_->GetOatDexFiles()) { in ValidateOatFile()