Lines Matching refs:oat_file

160   std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile();  in TEST_F()  local
161 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
162 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
164 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
189 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
190 EXPECT_NE(nullptr, oat_file.get()); in TEST_F()
192 oat_file->GetOatHeader().GetStoreValueByKey(OatHeader::kClassPathKey)); in TEST_F()
262 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
263 EXPECT_EQ(nullptr, oat_file.get()); in TEST_F()
654 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
655 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
656 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
658 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
845 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
846 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
902 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
903 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
905 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
907 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
955 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
956 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
957 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
959 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
983 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
984 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
985 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
987 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1012 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
1013 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
1014 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
1016 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1122 const OatFile* oat_file = nullptr; in Run() local
1137 &oat_file, in Run()
1143 CHECK_EQ(loaded_oat_file_, oat_file); in Run()
1189 const OatFile* oat_file = task->GetLoadedOatFile(); in TEST_F() local
1190 if (oat_file != nullptr) { in TEST_F()
1191 EXPECT_TRUE(oat_files.find(oat_file) == oat_files.end()); in TEST_F()
1192 oat_files.insert(oat_file); in TEST_F()
1210 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
1211 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
1212 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1214 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1231 std::unique_ptr<OatFile> oat_file = oat_file_assistant.GetBestOatFile(); in TEST_F() local
1232 ASSERT_TRUE(oat_file.get() != nullptr); in TEST_F()
1233 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1235 dex_files = oat_file_assistant.LoadDexFiles(*oat_file, dex_location.c_str()); in TEST_F()
1347 const OatFile* oat_file = nullptr; in TEST_F() local
1353 &oat_file, in TEST_F()
1356 EXPECT_EQ(oat_file, nullptr); in TEST_F()
1372 &oat_file, in TEST_F()
1375 ASSERT_NE(oat_file, nullptr); in TEST_F()
1403 const OatFile* oat_file = nullptr; in TEST_F() local
1409 &oat_file, in TEST_F()
1412 EXPECT_EQ(oat_file, nullptr) << dex_location; in TEST_F()
1438 &oat_file, in TEST_F()
1441 ASSERT_NE(oat_file, nullptr); in TEST_F()
1475 const OatFile* oat_file = nullptr; in TEST_F() local
1485 &oat_file, in TEST_F()
1489 ASSERT_NE(oat_file, nullptr); in TEST_F()
1490 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()