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

  /external/v8/src/
register-configuration.h 25 static const int kMaxGeneralRegisters = 32;
register-configuration.cc 42 STATIC_ASSERT(RegisterConfiguration::kMaxGeneralRegisters >=
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 16 general_register_names_[RegisterConfiguration::kMaxGeneralRegisters];
19 static char register_names_[10 * (RegisterConfiguration::kMaxGeneralRegisters +
33 for (int i = 0; i < RegisterConfiguration::kMaxGeneralRegisters; ++i) {
  /external/v8/src/compiler/
register-allocator.h 239 RegisterConfiguration::kMaxGeneralRegisters;
    [all...]
register-allocator.cc     [all...]

Completed in 466 milliseconds