Searched refs:IsPic (Results 1 – 8 of 8) sorted by relevance
52 return oat_file->IsPic(); in isPic()
107 bool IsPic() const;
76 bool IsPic() const;
603 bool OatFile::IsPic() const { in IsPic() function in art::OatFile604 return GetOatHeader().IsPic(); in IsPic()
473 bool OatHeader::IsPic() const { in IsPic() function in art::OatHeader
1119 if (!oat_file->IsPic()) { in VerifyOatChecksums()1538 if (!oat_file->IsPic()) { in CheckOatFile()6017 return oat_file != nullptr && !oat_file->IsPic(); in MayBeCalledWithDirectCodePointer()6023 if (!oat_file->IsPic()) { in MayBeCalledWithDirectCodePointer()
310 *oat_is_pic = oat_file->IsPic(); in CopyProfileFile()
393 bool is_pic = oat_header->IsPic(); in IsOatPic()