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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.inline.hpp174 idx_t pos = bit_in_word(res_offset);
270 assert(bit_in_word(r_offset) == 0, "r_offset not word-aligned");
280 idx_t res = map(index) >> bit_in_word(res_offset);
317 if (bit_in_word(end) != 0) {
H A DbitMap.hpp62 static idx_t bit_in_word(idx_t bit) { return bit & (BitsPerWord - 1); } function in class:VALUE_OBJ_CLASS_SPEC
66 static bm_word_t bit_mask(idx_t bit) { return (bm_word_t)1 << bit_in_word(bit); }

Completed in 963 milliseconds