Home
last modified time | relevance | path

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

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