Searched defs:IsExecutable (Results 1 – 4 of 4) sorted by relevance
137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable() function
111 bool IsExecutable() const { in IsExecutable() function
175 bool IsExecutable() const { in IsExecutable() function
950 bool OatFileAssistant::OatFileInfo::IsExecutable() { in IsExecutable() function in art::OatFileAssistant::OatFileInfo