HomeSort by relevance Sort by last modified time
    Searched refs:kMaxVirtualRegisters (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
pipeline.cc 388 if (node_count > UnallocatedOperand::kMaxVirtualRegisters) {
register-allocator.h 354 if (vreg >= UnallocatedOperand::kMaxVirtualRegisters) {
instruction.h 203 static const int kMaxVirtualRegisters = VirtualRegisterField::kMax + 1;
  /external/v8/src/
lithium-allocator.h 355 if (next_virtual_register_ >= LUnallocated::kMaxVirtualRegisters) {
lithium.cc 440 if (values > LUnallocated::kMaxVirtualRegisters) {
lithium.h 175 static const int kMaxVirtualRegisters = VirtualRegisterField::kMax + 1;

Completed in 87 milliseconds