Home
last modified time | relevance | path

Searched refs:OatFileNeedsRelocation (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file_assistant.h239 bool OatFileNeedsRelocation();
Doat_file_assistant_test.cc437 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()
Doat_file_assistant.cc192 if (oat_okay && OatFileNeedsRelocation() && OatFileHasPatchInfo()) { in GetDexOptNeeded()
443 bool OatFileAssistant::OatFileNeedsRelocation() { in OatFileNeedsRelocation() function in art::OatFileAssistant