Lines Matching refs:oat_dex_files
1165 std::vector<std::unique_ptr<const DexFile>> oat_dex_files = in TEST_F() local
1168 for (size_t i = 0; i < oat_dex_files.size(); i++) { in TEST_F()
1172 expected_classpath_key += oat_dex_files[i]->GetLocation() + "*" + in TEST_F()
1173 std::to_string(oat_dex_files[i]->GetLocationChecksum()); in TEST_F()
1409 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1410 ASSERT_EQ(oat_dex_files.size(), 1u); in TEST_F()
1412 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1518 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1519 ASSERT_GT(oat_dex_files.size(), 1u); in TEST_F()
1522 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1778 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1779 ASSERT_EQ(oat_dex_files.size(), 1u); in TEST_F()
1781 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()
1916 std::vector<const OatDexFile*> oat_dex_files = odex_file->GetOatDexFiles(); in TEST_F() local
1917 ASSERT_EQ(oat_dex_files.size(), 1u); in TEST_F()
1919 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F()