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

  /external/v8/src/ia32/
assembler-ia32.h 68 static const int kNumAllocatableRegisters = 6;
122 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
136 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
142 static const int kNumAllocatableRegisters = 7;
151 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
156 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
    [all...]
  /external/v8/src/x64/
assembler-x64.h 99 static const int kNumAllocatableRegisters = 10;
106 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
112 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
160 static const int kRegisterCodeByAllocationIndex[kNumAllocatableRegisters];
203 static const int kNumAllocatableRegisters = 15;
211 ASSERT(0 <= index && index < kNumAllocatableRegisters);
217 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
    [all...]
  /external/v8/src/mips/
assembler-mips.h 75 static const int kNumAllocatableRegisters = 14; // v0 through t7.
83 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
88 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
192 // to number of 32-bit FPU regs, but kNumAllocatableRegisters refers to
200 static const int kNumAllocatableRegisters = kNumRegisters / 2 -
207 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
212 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
    [all...]
  /external/v8/src/arm/
assembler-arm.h 74 static const int kNumAllocatableRegisters = 8;
78 ASSERT(reg.code() < kNumAllocatableRegisters);
83 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
88 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
199 static const int kNumAllocatableRegisters = kNumRegisters -
205 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
210 ASSERT(index >= 0 && index < kNumAllocatableRegisters);
    [all...]

Completed in 60 milliseconds