Home
last modified time | relevance | path

Searched refs:oat_dex_files (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dclass_loader_context.cc234 std::vector<std::unique_ptr<const DexFile>> oat_dex_files; in OpenDexFiles() local
236 OatFileAssistant::LoadDexFiles(*oat_file, location, &oat_dex_files)) { in OpenDexFiles()
239 std::make_move_iterator(oat_dex_files.begin()), in OpenDexFiles()
240 std::make_move_iterator(oat_dex_files.end())); in OpenDexFiles()
Doat_file_manager.cc95 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() local
96 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation()
/art/oatdump/
Doatdump.cc234 std::vector<const OatFile::OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() local
235 for (size_t i = 0; i < oat_dex_files.size(); i++) { in Walk()
236 const OatFile::OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk()