Home | History | Annotate | Download | only in arm64

Lines Matching defs:NumAllocatableRegisters

161   static int NumAllocatableRegisters() { return kMaxNumAllocatableRegisters; }
172 DCHECK(index < static_cast<unsigned>(NumAllocatableRegisters()));
174 if (index == (static_cast<unsigned>(NumAllocatableRegisters() - 1))) {
185 DCHECK((index >= 0) && (index < NumAllocatableRegisters()));
205 return NumAllocatableRegisters() - 1;
277 static int NumAllocatableRegisters() { return kMaxNumAllocatableRegisters; }
285 DCHECK(index < static_cast<unsigned>(NumAllocatableRegisters()));
293 DCHECK((index >= 0) && (index < NumAllocatableRegisters()));