Searched refs:dest_off (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp5195 intptr_t dest_off = abase + (dest_off_con << scale); local
5197 if (((src_off | dest_off) & (BytesPerLong-1)) != 0) {
5201 if (((src_off | dest_off) & (BytesPerLong-1)) == BytesPerInt &&
5202 ((src_off ^ dest_off) & (BytesPerLong-1)) == 0) {
5204 Node* dptr = basic_plus_adr(dest, dest_off);
5208 dest_off += BytesPerInt;
5214 assert(dest_off % BytesPerLong == 0, "");
5218 Node* dptr = basic_plus_adr(dest, dest_off);
5220 countx = _gvn.transform( new (C) SubXNode(countx, MakeConX(dest_off)) );

Completed in 1272 milliseconds