Searched refs:PcIsInGuardedPage (Results 1 – 4 of 4) sorted by relevance
1124 !PcIsInGuardedPage()) { in GetBTypeFromInstruction()3896 if (PcIsInGuardedPage()) { in VisitSystem()3992 if (PcIsInGuardedPage() && (ReadBType() != DefaultBType)) { in VisitSystem()3997 if (PcIsInGuardedPage() && (ReadBType() == BranchFromGuardedNotToIP)) { in VisitSystem()4002 if (PcIsInGuardedPage() && (ReadBType() == BranchAndLink)) { in VisitSystem()
728 bool PcIsInGuardedPage() const { return guard_pages_; }738 if (PcIsInGuardedPage() && (ReadBType() != DefaultBType)) {
825 bool PcIsInGuardedPage() const { return guard_pages_; } in PcIsInGuardedPage() function877 if (PcIsInGuardedPage() && (btype() != DefaultBType)) { in CheckBType()
1526 if (!PcIsInGuardedPage() || (instr->Rn() == 16) || (instr->Rn() == 17)) { in GetBTypeFromInstruction()