Home
last modified time | relevance | path

Searched refs:max_inputs (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dstate-values-utils.cc285 size_t max_inputs = kMaxInputCount; in GetNodeForValues() local
286 while (count > max_inputs) { in GetNodeForValues()
288 max_inputs *= kMaxInputCount; in GetNodeForValues()