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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3669 int int_map = 0; local
3671 const int FULL_MAP = right_n_bits(BytesPerInt); // the int_map we hope for
3689 int_map = 0;
3694 int_map |= right_n_bits(st_size) << subword_off;
3695 if ((int_map & FULL_MAP) == FULL_MAP) {
3704 int_map >>= BytesPerInt;

Completed in 534 milliseconds