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

  /external/v8/test/unittests/compiler/
value-numbering-reducer-unittest.cc 73 static const size_t kMaxInputCount = 16;
74 Node* inputs[kMaxInputCount];
76 Operator::Opcode opcode = static_cast<Operator::Opcode>(kMaxInputCount + i);
98 static const size_t kMaxInputCount = 16;
99 Node* inputs[kMaxInputCount];
  /external/v8/src/compiler/
state-values-utils.h 24 static const size_t kMaxInputCount = 8;

Completed in 1711 milliseconds