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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3686 intptr_t this_int_off = align_size_down(st_off, BytesPerInt); local
3687 if (this_int_off != int_map_off) {
3690 int_map_off = this_int_off;
3693 int subword_off = st_off - this_int_off;
3696 return this_int_off; // we found a complete word init
3701 if (next_int_off == this_int_off + BytesPerInt) {
3705 } else if (next_int_off > this_int_off + BytesPerInt) {
3707 return this_int_off + BytesPerInt;

Completed in 36 milliseconds