Searched refs:exception_effect (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Djs-inlining-heuristic.cc248 Node* exception_effect = graph()->NewNode(common()->EffectPhi(num_calls), local
253 ReplaceWithValue(if_exception, exception_value, exception_effect,
H A Djs-typed-lowering.cc476 Node* exception_effect = local
480 if (NodeProperties::IsEffectEdge(edge)) edge.UpdateTo(exception_effect);

Completed in 134 milliseconds