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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp3216 int eshift = Klass::layout_helper_log2_element_size(layout_con); local
3218 if ((round_mask & ~right_n_bits(eshift)) == 0)
3220 assert((hsize & right_n_bits(eshift)) == 0, "hsize is pre-rounded");
3235 int eshift = Klass::layout_helper_log2_element_size(layout_con); local
3236 if (eshift != 0)
3237 elem_shift = intcon(eshift);

Completed in 964 milliseconds