Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_test.cc305 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()
Doat_file_assistant.h413 bool IsExecutable();
Doat_file_manager.cc87 !oat_file->IsExecutable()) in RegisterOatFile()
260 << " (executable=" << (oat_file != nullptr ? oat_file->IsExecutable() : false) << ")"; in OpenDexFilesFromOat()
288 if (oat_file->IsExecutable()) { in OpenDexFilesFromOat()
Doat_file.h195 bool IsExecutable() const { in IsExecutable() function
Doat_file.cc1625 if (IsExecutable()) { in InitializeFromElfFile()
1837 DCHECK(!IsExecutable()); in SetupHeader()
2436 if (oat_file_->IsExecutable() || in GetOatMethod()
2503 DCHECK(IsExecutable()); in InitializeRelocations()
Doat_file_assistant.cc1236 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo
1238 return (file != nullptr && file->IsExecutable()); in IsExecutable()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc47 if (UNLIKELY(!oat_file->IsExecutable())) { in StoreObjectInBss()
/art/runtime/
Dclass_linker.cc3749 : 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()