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

/openjdk10/hotspot/src/share/vm/utilities/
H A DbitMap.hpp96 bm_word_t inverted_bit_mask_for_range(idx_t beg, idx_t end) const;
H A DbitMap.inline.hpp295 BitMap::inverted_bit_mask_for_range(idx_t beg, idx_t end) const { function in class:BitMap
H A DbitMap.cpp192 // required by inverted_bit_mask_for_range. Also avoids an unnecessary write.
194 bm_word_t mask = inverted_bit_mask_for_range(beg, end);
201 // required by inverted_bit_mask_for_range. Also avoids an unnecessary write.
203 bm_word_t mask = inverted_bit_mask_for_range(beg, end);
211 // required by inverted_bit_mask_for_range. Also avoids an unnecessary write.
215 bm_word_t mr = inverted_bit_mask_for_range(beg, end);

Completed in 47 milliseconds