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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp4156 int base_off = is_array ? arrayOopDesc::length_offset_in_bytes() : local
4158 // base_off:
4162 if (base_off % BytesPerLong != 0) {
4166 base_off += sizeof(int);
4169 base_off = instanceOopDesc::klass_offset_in_bytes();
4171 assert(base_off % BytesPerLong == 0, "expect 8 bytes alignment");
4173 src = basic_plus_adr(src, base_off);
4174 dest = basic_plus_adr(dest, base_off);
4178 countx = _gvn.transform( new (C) SubXNode(countx, MakeConX(base_off)) );

Completed in 48 milliseconds