Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant.h214 bool OatFileNeedsRelocation();
Doat_file_assistant_test.cc309 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()
350 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()
571 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()
645 EXPECT_TRUE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()
663 EXPECT_FALSE(oat_file_assistant.OatFileNeedsRelocation()); in TEST_F()
Doat_file_assistant.cc150 if (OatFileNeedsRelocation()) { in GetDexOptNeeded()
365 bool OatFileAssistant::OatFileNeedsRelocation() { in OatFileNeedsRelocation() function in art::OatFileAssistant