Home | History | Annotate | Download | only in x64

Lines Matching refs:kMaxNumRegisters

218   static const int kMaxNumRegisters = 16;
259 ASSERT(code < kMaxNumRegisters);
263 bool is_valid() const { return 0 <= code_ && code_ < kMaxNumRegisters; }