Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h220 bool OdexFileNeedsRelocation();
Doat_file_assistant_test.cc432 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
667 EXPECT_TRUE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
762 EXPECT_TRUE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
782 EXPECT_TRUE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
819 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
837 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
869 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
888 EXPECT_FALSE(oat_file_assistant.OdexFileNeedsRelocation()); in TEST_F()
Doat_file_assistant.cc188 if (odex_okay && OdexFileNeedsRelocation() && OdexFileHasPatchInfo()) { in GetDexOptNeeded()
359 bool OatFileAssistant::OdexFileNeedsRelocation() { in OdexFileNeedsRelocation() function in art::OatFileAssistant