Home | History | Annotate | Download | only in x64

Lines Matching defs:kMaxNumRegisters

197   static const int kMaxNumRegisters = 16;
238 DCHECK(code < kMaxNumRegisters);
242 bool is_valid() const { return 0 <= code_ && code_ < kMaxNumRegisters; }