Home
last modified time | relevance | path

Searched refs:PcIsInGuardedPage (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
Dsimulator-aarch64.cc1124 !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()
Dsimulator-aarch64.h728 bool PcIsInGuardedPage() const { return guard_pages_; }
738 if (PcIsInGuardedPage() && (ReadBType() != DefaultBType)) {
/external/v8/src/execution/arm64/
Dsimulator-arm64.h825 bool PcIsInGuardedPage() const { return guard_pages_; } in PcIsInGuardedPage() function
877 if (PcIsInGuardedPage() && (btype() != DefaultBType)) { in CheckBType()
Dsimulator-arm64.cc1526 if (!PcIsInGuardedPage() || (instr->Rn() == 16) || (instr->Rn() == 17)) { in GetBTypeFromInstruction()