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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3700 intptr_t next_int_off = align_size_down(st_off + st_size, BytesPerInt); local
3701 if (next_int_off == this_int_off + BytesPerInt) {
3703 int_map_off = next_int_off;
3705 } else if (next_int_off > this_int_off + BytesPerInt) {

Completed in 47 milliseconds