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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp877 int s_offs = src_int->value(); local
885 if (((arrayOopDesc::base_offset_in_bytes(t) + s_offs * element_size) % HeapWordSize == 0) &&
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp4413 int s_offs = src_offset_inttype->get_con(); local
4416 aligned = ((arrayOopDesc::base_offset_in_bytes(t) + s_offs * element_size) % HeapWordSize == 0) &&
4418 if (s_offs >= d_offs) disjoint = true;

Completed in 61 milliseconds