Home | History | Annotate | Download | only in x87

Lines Matching refs:kMaxNumAllocatableRegisters

68   static const int kMaxNumAllocatableRegisters = 6;
70 return kMaxNumAllocatableRegisters;
125 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
139 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
145 static const int kMaxNumAllocatableRegisters = 6;
148 return kMaxNumAllocatableRegisters;
156 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
165 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);