Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc3397 int input_count_with_deps = value_input_count; in MakeNode() local
3398 if (has_context) ++input_count_with_deps; in MakeNode()
3399 if (has_frame_state) ++input_count_with_deps; in MakeNode()
3400 if (has_control) ++input_count_with_deps; in MakeNode()
3401 if (has_effect) ++input_count_with_deps; in MakeNode()
3402 Node** buffer = EnsureInputBufferSize(input_count_with_deps); in MakeNode()
3420 result = graph()->NewNode(op, input_count_with_deps, buffer, incomplete); in MakeNode()