Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat_file_assistant_test.cc183 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
734 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1024 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1082 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1113 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1145 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
1355 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1379 EXPECT_TRUE(oat_file->IsExecutable()); in TEST_F()
1654 EXPECT_FALSE(oat_file->IsExecutable()); in TEST_F()
H A Doat_file_manager.cc76 !oat_file->IsExecutable()) in RegisterOatFile()
231 << " (executable=" << (oat_file != nullptr ? oat_file->IsExecutable() : false) << ")"; in OpenDexFilesFromOat()
241 if (oat_file->IsExecutable()) { in OpenDexFilesFromOat()
H A Doat_file_assistant.h317 bool IsExecutable();
H A Doat_file_assistant.cc950 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo
952 return (file != nullptr && file->IsExecutable()); in IsExecutable()
H A Doat_file.h175 bool IsExecutable() const { in IsExecutable() function
H A Doat_file.cc1549 if (IsExecutable()) { in InitializeFromElfFile()
1752 DCHECK(!IsExecutable()); in SetupHeader()
2370 if (oat_file_->IsExecutable() || in GetOatMethod()
2436 DCHECK(IsExecutable()); in InitializeRelocations()
H A Dclass_linker.cc3926 bool initialize_oat_file_data = (oat_file != nullptr) && oat_file->IsExecutable(); in RegisterDexFileLocked()
/aosp12/system/unwinding/libbacktrace/include/backtrace/
H A DBacktraceMap.h137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable() function
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp180 if (!IsExecutable()) { in Process()
664 if (!IsExecutable()) { in GetUniform()
935 if (!IsExecutable()) { in GetAttribute()
H A Dshader_program.h111 bool IsExecutable() const { in IsExecutable() function
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_dexcache_entrypoints.cc44 if (UNLIKELY(!oat_file->IsExecutable())) { in StoreObjectInBss()