Lines Matching refs:NewNode
111 Node* deoptimize = graph()->NewNode( in ReduceDeoptimizeNow()
131 graph()->NewNode(op, closure, receiver, context, effect, control); in ReduceCreateJSGeneratorObject()
199 Node* check = graph()->NewNode(simplified()->ObjectIsSmi(), value); in ReduceIsInstanceType()
200 Node* branch = graph()->NewNode(common()->Branch(), check, control); in ReduceIsInstanceType()
202 Node* if_true = graph()->NewNode(common()->IfTrue(), branch); in ReduceIsInstanceType()
206 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsInstanceType()
209 graph()->NewNode(simplified()->LoadField(AccessBuilder::ForMap()), value, in ReduceIsInstanceType()
211 Node* map_instance_type = efalse = graph()->NewNode( in ReduceIsInstanceType()
215 graph()->NewNode(simplified()->NumberEqual(), map_instance_type, in ReduceIsInstanceType()
218 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false); in ReduceIsInstanceType()
221 Node* ephi = graph()->NewNode(common()->EffectPhi(2), etrue, efalse, merge); in ReduceIsInstanceType()