Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h113 Node* NewSwitch(Node* condition, int control_output_count) { in NewSwitch()
Dcommon-operator.cc601 control_output_count) \ argument
876 control_output_count) \ argument
1031 const Operator* CommonOperatorBuilder::Switch(size_t control_output_count) { in Switch()