Home | History | Annotate | Download | only in mips

Lines Matching refs:kNumRegisters

74   static const int kNumRegisters = v8::internal::kNumRegisters;
113 bool is_valid() const { return 0 <= code_ && code_ < kNumRegisters; }
189 static const int kNumRegisters = v8::internal::kNumFPURegisters;
200 static const int kNumAllocatableRegisters = kNumRegisters / 2 -