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.cc196 Node* fallthrough_control = NodeProperties::GetControlInput(node); in InlineCandidate() local
214 graph()->NewNode(common()->Branch(), check, fallthrough_control); in InlineCandidate()
215 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in InlineCandidate()
218 if_successes[i] = fallthrough_control; in InlineCandidate()
Djs-native-context-specialization.cc686 Node* fallthrough_control = control; in ReduceNamedAccess() local
692 Node* this_control = fallthrough_control; in ReduceNamedAccess()
706 this_controls.push_back(fallthrough_control); in ReduceNamedAccess()
707 fallthrough_control = nullptr; in ReduceNamedAccess()
714 fallthrough_control); in ReduceNamedAccess()
715 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()
758 DCHECK_NULL(fallthrough_control); in ReduceNamedAccess()
1045 Node* fallthrough_control = control; in ReduceElementAccess() local
1052 Node* this_control = fallthrough_control; in ReduceElementAccess()
1081 fallthrough_control = nullptr; in ReduceElementAccess()
[all …]