Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining-heuristic.cc567 Node* fallthrough_control = NodeProperties::GetControlInput(node); in CreateOrReuseDispatch() local
579 graph()->NewNode(common()->Branch(), check, fallthrough_control); in CreateOrReuseDispatch()
580 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in CreateOrReuseDispatch()
583 if_successes[i] = fallthrough_control; in CreateOrReuseDispatch()
Djs-native-context-specialization.cc938 Node* fallthrough_control = control; in ReduceNamedAccess() local
944 Node* this_control = fallthrough_control; in ReduceNamedAccess()
959 fallthrough_control = nullptr; in ReduceNamedAccess()
976 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()
1016 DCHECK_NULL(fallthrough_control); in ReduceNamedAccess()
1300 Node* fallthrough_control = control; in ReduceElementAccess() local
1307 Node* this_control = fallthrough_control; in ReduceElementAccess()
1331 fallthrough_control = nullptr; in ReduceElementAccess()
1340 this_effect, fallthrough_control); in ReduceElementAccess()
1342 graph()->NewNode(common()->Branch(), check, fallthrough_control); in ReduceElementAccess()
[all …]