Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Descape-analysis-reducer.cc379 int tmp_input_count = tmp_->InputCount(); in Constructor() local
380 if (input_count <= tmp_input_count) { in Constructor()
384 if (i < tmp_input_count) { in Constructor()
425 int tmp_input_count = tmp_->InputCount(); in MutableNode() local
426 if (from_input_count <= tmp_input_count) { in MutableNode()
430 if (i < tmp_input_count) { in MutableNode()