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.cc407 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
497 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
702 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
742 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
820 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
872 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
900 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
929 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
1144 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
1166 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
Doat_file_assistant.h344 bool IsExecutable();
Doat_file_assistant.cc1161 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo
1163 return (file != nullptr && file->IsExecutable()); in IsExecutable()
1191 if (Status() == kOatRelocationOutOfDate && !IsExecutable()) { in ReleaseFileForUse()
1203 CHECK(!IsExecutable()); in ReleaseFileForUse()
Doat_file.h107 bool IsExecutable() const { in IsExecutable() function
Doat_file_manager.cc507 if (source_oat_file->IsExecutable()) { in OpenDexFilesFromOat()
Doat_file.cc1037 if (IsExecutable()) { in InitializeFromElfFile()
1590 if (oat_file_->IsExecutable() || in GetOatMethod()