Searched refs:IsExecutable (Results 1 – 8 of 8) sorted by relevance
301 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()974 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1282 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1316 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1350 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1385 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1607 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1634 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()2270 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
413 bool IsExecutable();
82 !oat_file->IsExecutable()) in RegisterOatFile()241 << " (executable=" << (oat_file != nullptr ? oat_file->IsExecutable() : false) << ")"; in OpenDexFilesFromOat()269 if (oat_file->IsExecutable()) { in OpenDexFilesFromOat()
186 bool IsExecutable() const { in IsExecutable() function
1624 if (IsExecutable()) { in InitializeFromElfFile()1830 DCHECK(!IsExecutable()); in SetupHeader()2414 if (oat_file_->IsExecutable() || in GetOatMethod()2481 DCHECK(IsExecutable()); in InitializeRelocations()
1237 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo1239 return (file != nullptr && file->IsExecutable()); in IsExecutable()
4072 bool initialize_oat_file_data = (oat_file != nullptr) && oat_file->IsExecutable(); in RegisterDexFileLocked()10811 dex_file->GetOatDexFile()->GetOatFile()->IsExecutable()) { in CleanupClassLoaders()10832 DCHECK(oat_file->IsExecutable()); in CleanupClassLoaders()
47 if (UNLIKELY(!oat_file->IsExecutable())) { in StoreObjectInBss()