Home
last modified time | relevance | path

Searched defs:control_output_count (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcommon-operator.cc597 control_output_count) \ argument
877 control_output_count) \ argument
1035 const Operator* CommonOperatorBuilder::Switch(size_t control_output_count) { in Switch()
Dbytecode-graph-builder.cc135 Node* NewSwitch(Node* condition, int control_output_count) { in NewSwitch()