Home | History | Annotate | Download | only in x64

Lines Matching refs:kNumRegisters

98   static const int kNumRegisters = 16;
132 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
161 static const int kAllocationIndexByRegisterCode[kNumRegisters];
202 static const int kNumRegisters = 16;
240 ASSERT(code < kNumRegisters);
244 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }