Searched refs:exception_effect (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | js-inlining-heuristic.cc | 650 Node* exception_effect = graph()->NewNode(common()->EffectPhi(num_calls), in InlineCandidate() local 655 ReplaceWithValue(if_exception, exception_value, exception_effect, in InlineCandidate()
|
D | js-call-reducer.cc | 5674 Node* exception_effect = effect; 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() 5691 exception_effect, &check_fail, in ReducePromiseConstructor() 5705 exception_effect, control); in ReducePromiseConstructor()
|