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.cc184 Node* fallthrough_control = NodeProperties::GetControlInput(node); in InlineCandidate() local
200 graph()->NewNode(common()->Branch(), check, fallthrough_control); in InlineCandidate()
201 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in InlineCandidate()
204 if_successes[i] = fallthrough_control; in InlineCandidate()
Djs-native-context-specialization.cc313 Node* fallthrough_control = control; in ReduceNamedAccess() local
319 Node* this_control = fallthrough_control; in ReduceNamedAccess()
333 this_controls.push_back(fallthrough_control); in ReduceNamedAccess()
334 fallthrough_control = nullptr; in ReduceNamedAccess()
341 fallthrough_control); in ReduceNamedAccess()
342 fallthrough_control = graph()->NewNode(common()->IfFalse(), branch); in ReduceNamedAccess()
391 DCHECK_NULL(fallthrough_control); in ReduceNamedAccess()
660 Node* fallthrough_control = control; in ReduceElementAccess() local
667 Node* this_control = fallthrough_control; in ReduceElementAccess()
697 fallthrough_control = nullptr; in ReduceElementAccess()
[all …]