Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h113 Node* NewSwitch(Node* condition, int control_output_count) { in NewSwitch() argument
114 return NewNode(common()->Switch(control_output_count), condition); in NewSwitch()
Dcommon-operator.cc601 control_output_count) \ argument
607 control_output_count) {} \
876 control_output_count) \ argument
1031 const Operator* CommonOperatorBuilder::Switch(size_t control_output_count) { in Switch() argument
1035 1, 0, 1, 0, 0, control_output_count); // counts in Switch()
Dcommon-operator.h453 const Operator* Switch(size_t control_output_count); in NON_EXPORTED_BASE()