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

  /external/v8/src/compiler/
state-values-utils.h 31 static const size_t kMaxInputCount = 8;
32 typedef std::array<Node*, kMaxInputCount> WorkingBuffer;
state-values-utils.cc 148 while (*values_idx < count && *node_count < kMaxInputCount &&
162 DCHECK(*node_count <= StateValuesCache::kMaxInputCount);
184 while (*values_idx < count && node_count < kMaxInputCount) {
185 if (count - *values_idx < kMaxInputCount - node_count) {
285 size_t max_inputs = kMaxInputCount;
288 max_inputs *= kMaxInputCount;
instruction.h     [all...]
instruction-selector.cc 218 input_count >= Instruction::kMaxInputCount ||
    [all...]

Completed in 328 milliseconds