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

/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp403 window_mask = right_n_bits(window_size), enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon325
456 while (mask_bits(current,window_mask) == 0) {
461 uint advance = _second_bit[mask_bits(current,window_mask)];
464 return value + _first_bit[mask_bits(current,window_mask)];

Completed in 36 milliseconds