Home
last modified time | relevance | path

Searched refs:input_count_with_deps (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc4256 int input_count_with_deps = value_input_count; in MakeNode() local
4257 if (has_context) ++input_count_with_deps; in MakeNode()
4258 if (has_frame_state) ++input_count_with_deps; in MakeNode()
4259 if (has_control) ++input_count_with_deps; in MakeNode()
4260 if (has_effect) ++input_count_with_deps; in MakeNode()
4261 Node** buffer = EnsureInputBufferSize(input_count_with_deps); in MakeNode()
4283 result = graph()->NewNode(op, input_count_with_deps, buffer, incomplete); in MakeNode()

Completed in 9 milliseconds