Home
last modified time | relevance | path

Searched defs:IsExecutable (Results 1 – 4 of 4) sorted by relevance

/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.h111 bool IsExecutable() const { in IsExecutable() function
/aosp12/art/runtime/
H A Doat_file.h175 bool IsExecutable() const { in IsExecutable() function
H A Doat_file_assistant.cc950 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo