Home
last modified time | relevance | path

Searched refs:IsExecutable (Results 1 – 7 of 7) sorted by relevance

/art/test/117-nopatchoat/
Dnopatchoat.cc47 return oat_dex_file != nullptr && oat_dex_file->GetOatFile()->IsExecutable(); in hasExecutableOat()
/art/runtime/
Doat_file_assistant_test.cc401 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
491 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
696 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
736 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
813 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
865 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
893 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
922 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
1133 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
1155 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
Doat_file_assistant.h315 bool IsExecutable();
Doat_file_assistant.cc1069 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo
1071 return (file != nullptr && file->IsExecutable()); in IsExecutable()
1099 if (Status() == kOatRelocationOutOfDate && !IsExecutable()) { in ReleaseFileForUse()
1111 CHECK(!IsExecutable()); in ReleaseFileForUse()
Doat_file.h103 bool IsExecutable() const { in IsExecutable() function
Doat_file.cc958 if (IsExecutable()) { in InitializeFromElfFile()
1470 if (oat_file_->IsExecutable() || in GetOatMethod()
Doat_file_manager.cc706 if (source_oat_file->IsExecutable()) { in OpenDexFilesFromOat()