Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1221 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1222 ASSERT_EQ(oat_dex_files.size(), 1u); in TEST_F()
1224 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1329 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1330 ASSERT_GT(oat_dex_files.size(), 1u); in TEST_F()
1333 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1608 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1609 ASSERT_EQ(oat_dex_files.size(), 1u); in TEST_F()
1611 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1744 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
[all …]
/art/runtime/
Doat_file_manager.cc107 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() local
108 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation()
/art/runtime/native/
Ddalvik_system_DexFile.cc826 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in DexFile_getDexFileOutputPaths() local
827 for (const OatDexFile* oat_dex_file : oat_dex_files) { in DexFile_getDexFileOutputPaths()
/art/oatdump/
Doatdump.cc235 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() local
236 for (size_t i = 0; i < oat_dex_files.size(); i++) { in Walk()
237 const OatDexFile* oat_dex_file = oat_dex_files[i]; in Walk()