Home | History | Annotate | Download | only in compiler

Lines Matching full:new_size

428   int new_size = merge->InputCount();
430 merge, jsgraph()->common()->ResizeMergeOrPhi(merge->op(), new_size));
435 int new_size = phi->InputCount();
438 phi, jsgraph()->common()->ResizeMergeOrPhi(phi->op(), new_size));