Home | History | Annotate | Download | only in x64

Lines Matching refs:kMaxNumAllocatableRegisters

76   static const int kMaxNumAllocatableRegisters = 11;
78 return kMaxNumAllocatableRegisters;
87 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
93 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
142 static const int kRegisterCodeByAllocationIndex[kMaxNumAllocatableRegisters];
198 static const int kMaxNumAllocatableRegisters = 15;
200 return kMaxNumAllocatableRegisters;
209 DCHECK(0 <= index && index < kMaxNumAllocatableRegisters);
215 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);