HomeSort by relevance Sort by last modified time
    Searched defs:kMaxNumAllocatableRegisters (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/ia32/
assembler-ia32.h 68 static const int kMaxNumAllocatableRegisters = 6;
70 return kMaxNumAllocatableRegisters;
125 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
139 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
146 static const int kMaxNumAllocatableRegisters = 7;
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 98 static const int kMaxNumAllocatableRegisters = 10;
100 return kMaxNumAllocatableRegisters;
109 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
115 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
163 static const int kRegisterCodeByAllocationIndex[kMaxNumAllocatableRegisters];
219 static const int kMaxNumAllocatableRegisters = 15;
221 return kMaxNumAllocatableRegisters;
230 ASSERT(0 <= index && index < kMaxNumAllocatableRegisters);
236 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.h 75 static const int kMaxNumAllocatableRegisters = 14; // v0 through t7.
85 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
90 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
202 static const int kMaxNumAllocatableRegisters = kMaxNumRegisters / 2 -
211 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
  /external/chromium_org/v8/src/arm/
assembler-arm.h 120 static const int kMaxNumAllocatableRegisters = 8;
126 ASSERT(reg.code() < kMaxNumAllocatableRegisters);
131 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
136 ASSERT(index >= 0 && index < kMaxNumAllocatableRegisters);
247 static const int kMaxNumAllocatableRegisters = kMaxNumRegisters -
    [all...]

Completed in 76 milliseconds