Searched refs:oat_dex_files (Results 1 – 4 of 4) sorted by relevance
1221 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local1222 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() local1330 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() local1609 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 …]
107 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in FindOpenedOatFileFromDexLocation() local108 for (const OatDexFile* oat_dex_file : oat_dex_files) { in FindOpenedOatFileFromDexLocation()
826 const std::vector<const OatDexFile*>& oat_dex_files = oat_file->GetOatDexFiles(); in DexFile_getDexFileOutputPaths() local827 for (const OatDexFile* oat_dex_file : oat_dex_files) { in DexFile_getDexFileOutputPaths()
235 std::vector<const OatDexFile*> oat_dex_files = oat_file_->GetOatDexFiles(); in Walk() local236 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()