Home | History | Annotate | Download | only in x64

Lines Matching refs:kNumRegisters

102   static const int kNumRegisters = 16;
135 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
164 static const int kAllocationIndexByRegisterCode[kNumRegisters];