Searched refs:IsExecutable (Results 1 – 8 of 8) sorted by relevance
162 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()656 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()905 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()957 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()985 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1014 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()1212 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1233 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()1490 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
301 bool IsExecutable();
71 !oat_file->IsExecutable()) in RegisterOatFile()248 << " (executable=" << (oat_file != nullptr ? oat_file->IsExecutable() : false) << ")"; in OpenDexFilesFromOat()263 if (oat_file->IsExecutable()) { in OpenDexFilesFromOat()
168 bool IsExecutable() const { in IsExecutable() function
909 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo911 return (file != nullptr && file->IsExecutable()); in IsExecutable()
1429 if (IsExecutable()) { in InitializeFromElfFile()1526 DCHECK(!IsExecutable()); in Setup()2153 if (oat_file_->IsExecutable() || in GetOatMethod()2219 DCHECK(IsExecutable()); in InitializeRelocations()
4078 bool initialize_oat_file_data = (oat_file != nullptr) && oat_file->IsExecutable(); in RegisterDexFileLocked()
44 if (UNLIKELY(!oat_file->IsExecutable())) { in StoreObjectInBss()