Lines Matching refs:countx
4177 Node* countx = size;
4178 countx = _gvn.transform( new (C) SubXNode(countx, MakeConX(base_off)) );
4179 countx = _gvn.transform( new (C) URShiftXNode(countx, intcon(LogBytesPerLong) ));
4184 src, NULL, dest, NULL, countx,
5219 Node* countx = dest_size;
5220 countx = _gvn.transform( new (C) SubXNode(countx, MakeConX(dest_off)) );
5221 countx = _gvn.transform( new (C) URShiftXNode(countx, intcon(LogBytesPerLong)) );
5225 sptr, NULL, dptr, NULL, countx, dest_uninitialized);