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

  /external/v8/src/
register-configuration.h 27 static const int kMaxGeneralRegisters = 32;
register-configuration.cc 54 STATIC_ASSERT(RegisterConfiguration::kMaxGeneralRegisters >=
163 DCHECK(num_general_registers_ <= RegisterConfiguration::kMaxGeneralRegisters);
  /external/v8/src/compiler/
register-allocator.h 245 RegisterConfiguration::kMaxGeneralRegisters;
    [all...]

Completed in 71 milliseconds