Searched refs:IsExecutable (Results 1 – 8 of 8) sorted by relevance
305 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1002 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1328 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1362 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1396 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1431 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1654 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()1681 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_P()2473 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
413 bool IsExecutable();
87 !oat_file->IsExecutable()) in RegisterOatFile()260 << " (executable=" << (oat_file != nullptr ? oat_file->IsExecutable() : false) << ")"; in OpenDexFilesFromOat()288 if (oat_file->IsExecutable()) { in OpenDexFilesFromOat()
195 bool IsExecutable() const { in IsExecutable() function
1625 if (IsExecutable()) { in InitializeFromElfFile()1837 DCHECK(!IsExecutable()); in SetupHeader()2436 if (oat_file_->IsExecutable() || in GetOatMethod()2503 DCHECK(IsExecutable()); in InitializeRelocations()
1236 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo1238 return (file != nullptr && file->IsExecutable()); in IsExecutable()
47 if (UNLIKELY(!oat_file->IsExecutable())) { in StoreObjectInBss()
3749 : begin_(oat_class.methods_pointer_ != nullptr && oat_class.oat_file_->IsExecutable() in OatClassCodeIterator()3753 current_(oat_class.methods_pointer_ != nullptr && oat_class.oat_file_->IsExecutable() in OatClassCodeIterator()4224 bool initialize_oat_file_data = (oat_file != nullptr) && oat_file->IsExecutable(); in RegisterDexFileLocked()11011 dex_file->GetOatDexFile()->GetOatFile()->IsExecutable()) { in CleanupClassLoaders()11036 DCHECK(oat_file->IsExecutable()); in CleanupClassLoaders()