Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_test.cc301 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()
Doat_file_assistant.h413 bool IsExecutable();
Doat_file_manager.cc82 !oat_file->IsExecutable()) in RegisterOatFile()
241 << " (executable=" << (oat_file != nullptr ? oat_file->IsExecutable() : false) << ")"; in OpenDexFilesFromOat()
269 if (oat_file->IsExecutable()) { in OpenDexFilesFromOat()
Doat_file.h186 bool IsExecutable() const { in IsExecutable() function
Doat_file.cc1624 if (IsExecutable()) { in InitializeFromElfFile()
1830 DCHECK(!IsExecutable()); in SetupHeader()
2414 if (oat_file_->IsExecutable() || in GetOatMethod()
2481 DCHECK(IsExecutable()); in InitializeRelocations()
Doat_file_assistant.cc1237 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo
1239 return (file != nullptr && file->IsExecutable()); in IsExecutable()
Dclass_linker.cc4072 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()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc47 if (UNLIKELY(!oat_file->IsExecutable())) { in StoreObjectInBss()