Searched refs:IsExecutable (Results 1 – 8 of 8) sorted by relevance
183 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()734 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1024 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1082 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1113 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1145 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()1355 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1379 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1653 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
317 bool IsExecutable();
78 !oat_file->IsExecutable()) in RegisterOatFile()236 << " (executable=" << (oat_file != nullptr ? oat_file->IsExecutable() : false) << ")"; in OpenDexFilesFromOat()246 if (oat_file->IsExecutable()) { in OpenDexFilesFromOat()
179 bool IsExecutable() const { in IsExecutable() function
1005 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo1007 return (file != nullptr && file->IsExecutable()); in IsExecutable()
1606 if (IsExecutable()) { in InitializeFromElfFile()1809 DCHECK(!IsExecutable()); in SetupHeader()2432 if (oat_file_->IsExecutable() || in GetOatMethod()2498 DCHECK(IsExecutable()); in InitializeRelocations()
3828 bool initialize_oat_file_data = (oat_file != nullptr) && oat_file->IsExecutable(); in RegisterDexFileLocked()
46 if (UNLIKELY(!oat_file->IsExecutable())) { in StoreObjectInBss()