Home
last modified time | relevance | path

Searched refs:IsExecutable (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Doat_file_assistant_test.cc162 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
656 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
906 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
946 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1008 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1060 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1088 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1117 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
1315 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1336 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
Doat_file_assistant.h306 bool IsExecutable();
Doat_file_manager.cc71 !oat_file->IsExecutable()) in RegisterOatFile()
490 << " (executable=" << (oat_file != nullptr ? oat_file->IsExecutable() : false) << ")"; in OpenDexFilesFromOat()
547 if (source_oat_file->IsExecutable()) { in OpenDexFilesFromOat()
Doat_file.h168 bool IsExecutable() const { in IsExecutable() function
Doat_file_assistant.cc936 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo
938 return (file != nullptr && file->IsExecutable()); in IsExecutable()
Doat_file.cc1425 if (IsExecutable()) { in InitializeFromElfFile()
1521 DCHECK(!IsExecutable()); in Initialize()
2140 if (oat_file_->IsExecutable() || in GetOatMethod()
2204 DCHECK(IsExecutable()); in InitializeRelocations()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc44 if (UNLIKELY(!oat_file->IsExecutable())) { in StoreObjectInBss()