Searched refs:OatFileNeedsRelocation (Results 1 – 3 of 3) sorted by relevance
239 bool OatFileNeedsRelocation();
437 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()488 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()514 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()540 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()786 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()872 EXPECT_TRUE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()892 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()
192 if (oat_okay && OatFileNeedsRelocation() && OatFileHasPatchInfo()) { in GetDexOptNeeded()443 bool OatFileAssistant::OatFileNeedsRelocation() { in OatFileNeedsRelocation() function in art::OatFileAssistant