HomeSort by relevance Sort by last modified time
    Searched refs:kMaxNumAllocatableRegisters (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/v8/src/ia32/
lithium-gap-resolver-ia32.h 77 int source_uses_[Register::kMaxNumAllocatableRegisters];
78 int destination_uses_[Register::kMaxNumAllocatableRegisters];
deoptimizer-ia32.cc 185 for (int i = 0; i < XMMRegister::kMaxNumAllocatableRegisters; i++) {
207 for (int i = 0; i < XMMRegister::kMaxNumAllocatableRegisters; ++i) {
237 XMMRegister::kMaxNumAllocatableRegisters;
239 for (int i = 0; i < XMMRegister::kMaxNumAllocatableRegisters; ++i) {
288 for (int i = 0; i < XMMRegister::kMaxNumAllocatableRegisters; ++i) {
371 for (int i = 0; i < XMMRegister::kMaxNumAllocatableRegisters; ++i) {
assembler-ia32.h 68 static const int kMaxNumAllocatableRegisters = 6;
70 return kMaxNumAllocatableRegisters;
125 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
139 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
145 static const int kMaxNumAllocatableRegisters = 7;
148 return kMaxNumAllocatableRegisters;
157 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
178 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-gap-resolver-x87.h 77 int source_uses_[Register::kMaxNumAllocatableRegisters];
78 int destination_uses_[Register::kMaxNumAllocatableRegisters];
assembler-x87.h 68 static const int kMaxNumAllocatableRegisters = 6;
70 return kMaxNumAllocatableRegisters;
125 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
139 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
145 static const int kMaxNumAllocatableRegisters = 6;
148 return kMaxNumAllocatableRegisters;
156 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
165 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
deoptimizer-x87.cc 207 for (int i = 0; i < X87Register::kMaxNumAllocatableRegisters; ++i) {
237 kDoubleSize * X87Register::kMaxNumAllocatableRegisters;
313 for (int i = 0; i < X87Register::kMaxNumAllocatableRegisters; ++i) {
lithium-codegen-x87.h 420 DCHECK(stack_depth_ < X87Register::kMaxNumAllocatableRegisters);
432 X87Register stack_[X87Register::kMaxNumAllocatableRegisters];
  /external/chromium_org/v8/src/mips/
assembler-mips-inl.h 88 return kMaxNumAllocatableRegisters;
98 return FPURegister::kMaxNumAllocatableRegisters;
104 DCHECK(reg.code() / 2 < kMaxNumAllocatableRegisters);
deoptimizer-mips.cc 141 kDoubleSize * FPURegister::kMaxNumAllocatableRegisters;
145 for (int i = 0; i < FPURegister::kMaxNumAllocatableRegisters; ++i) {
282 for (int i = 0; i < FPURegister::kMaxNumAllocatableRegisters; ++i) {
assembler-mips.h 76 static const int kMaxNumAllocatableRegisters = 14; // v0 through t6 and cp.
93 DCHECK((reg.code() - 2) < (kMaxNumAllocatableRegisters - 1) ||
96 kMaxNumAllocatableRegisters - 1 : // Return last index for 'cp'.
101 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
102 return index == kMaxNumAllocatableRegisters - 1 ?
108 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
220 static const int kMaxNumAllocatableRegisters = kMaxNumRegisters / 2 -
229 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
assembler-mips.cc 70 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64-inl.h 88 return kMaxNumAllocatableRegisters;
98 return FPURegister::kMaxNumAllocatableRegisters;
104 DCHECK(reg.code() / 2 < kMaxNumAllocatableRegisters);
deoptimizer-mips64.cc 140 kDoubleSize * FPURegister::kMaxNumAllocatableRegisters;
144 for (int i = 0; i < FPURegister::kMaxNumAllocatableRegisters; ++i) {
286 for (int i = 0; i < FPURegister::kMaxNumAllocatableRegisters; ++i) {
assembler-mips64.h 75 static const int kMaxNumAllocatableRegisters = 14; // v0 through t6 and cp.
82 DCHECK((reg.code() - 2) < (kMaxNumAllocatableRegisters - 1) ||
85 kMaxNumAllocatableRegisters - 1 : // Return last index for 'cp'.
90 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
91 return index == kMaxNumAllocatableRegisters - 1 ?
97 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
209 static const int kMaxNumAllocatableRegisters = kMaxNumRegisters / 2 -
218 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
assembler-mips64.cc 70 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
  /external/chromium_org/v8/src/
lithium.cc 60 reg_index >= Register::kMaxNumAllocatableRegisters) {
72 reg_index >= DoubleRegister::kMaxNumAllocatableRegisters) {
109 if (reg_index < 0 || reg_index >= Register::kMaxNumAllocatableRegisters) {
119 reg_index >= DoubleRegister::kMaxNumAllocatableRegisters) {
lithium-allocator.h 525 EmbeddedVector<LiveRange*, Register::kMaxNumAllocatableRegisters>
527 EmbeddedVector<LiveRange*, DoubleRegister::kMaxNumAllocatableRegisters>
lithium-allocator.cc 589 return -index - 1 - Register::kMaxNumAllocatableRegisters;
621 DCHECK(index < Register::kMaxNumAllocatableRegisters);
943 for (int i = 0; i < Register::kMaxNumAllocatableRegisters; ++i) {
    [all...]
  /external/chromium_org/v8/src/x64/
assembler-x64.h 76 static const int kMaxNumAllocatableRegisters = 11;
78 return kMaxNumAllocatableRegisters;
87 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
93 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
142 static const int kRegisterCodeByAllocationIndex[kMaxNumAllocatableRegisters];
198 static const int kMaxNumAllocatableRegisters = 15;
200 return kMaxNumAllocatableRegisters;
209 DCHECK(0 <= index && index < kMaxNumAllocatableRegisters);
215 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
    [all...]
  /external/chromium_org/v8/src/arm/
deoptimizer-arm.cc 142 kDoubleSize * DwVfpRegister::kMaxNumAllocatableRegisters;
205 // double_registers_[DoubleRegister::kMaxNumAllocatableRegisters]
207 for (int i = 0; i < DwVfpRegister::kMaxNumAllocatableRegisters; ++i) {
assembler-arm.h 96 static const int kMaxNumAllocatableRegisters =
103 DCHECK(reg.code() < kMaxNumAllocatableRegisters);
108 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
113 DCHECK(index >= 0 && index < kMaxNumAllocatableRegisters);
210 static const int kMaxNumAllocatableRegisters = kMaxNumRegisters -
    [all...]
assembler-arm-inl.h 54 return kMaxNumAllocatableRegisters;
  /external/chromium_org/v8/src/compiler/
register-allocator.h 507 EmbeddedVector<LiveRange*, Register::kMaxNumAllocatableRegisters>
509 EmbeddedVector<LiveRange*, DoubleRegister::kMaxNumAllocatableRegisters>
register-allocator.cc 579 return -index - 1 - Register::kMaxNumAllocatableRegisters;
611 DCHECK(index < Register::kMaxNumAllocatableRegisters);
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h 158 static const int kMaxNumAllocatableRegisters =
161 static int NumAllocatableRegisters() { return kMaxNumAllocatableRegisters; }
274 static const int kMaxNumAllocatableRegisters =
277 static int NumAllocatableRegisters() { return kMaxNumAllocatableRegisters; }
    [all...]

Completed in 1131 milliseconds

1 2