Home | History | Annotate | Download | only in mips

Lines Matching defs:kNumRegisters

74   static const int kNumRegisters = v8::internal::kNumRegisters;
115 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }