Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-inlining-heuristic.cc647 Node* exception_control = in InlineCandidate() local
649 if_exceptions[num_calls] = exception_control; in InlineCandidate()
656 exception_control); in InlineCandidate()
Djs-call-reducer.cc5675 Node* exception_control = control; in ReducePromiseConstructor() local
5677 Node* reason = exception_effect = exception_control = graph()->NewNode( in ReducePromiseConstructor()
5678 common()->IfException(), exception_control, exception_effect); in ReducePromiseConstructor()
5680 exception_effect = exception_control = graph()->NewNode( in ReducePromiseConstructor()
5685 exception_effect, exception_control); in ReducePromiseConstructor()
5692 &exception_control); in ReducePromiseConstructor()
5703 graph()->NewNode(common()->Merge(2), success_control, exception_control); in ReducePromiseConstructor()