Searched defs:countx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp4177 Node* countx = size; local
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; local
5220 countx = _gvn.transform( new (C) SubXNode(countx, MakeConX(dest_off)) );
5221 countx
[all...]

Completed in 42 milliseconds