Home | History | Annotate | Download | only in ia32

Lines Matching defs:kMaxNumAllocatableRegisters

68   static const int kMaxNumAllocatableRegisters = 6;
70 return kMaxNumAllocatableRegisters;
125 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
139 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
146 static const int kMaxNumAllocatableRegisters = 7;