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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp80 void BitMap::set_range_within_word(idx_t beg, idx_t end) { function in class:BitMap
124 set_range_within_word(beg, bit_index(beg_full_word));
126 set_range_within_word(bit_index(end_full_word), end);
130 set_range_within_word(beg, boundary);
131 set_range_within_word(boundary, end);
164 set_range_within_word(beg, bit_index(beg_full_word));
166 set_range_within_word(bit_index(end_full_word), end);

Completed in 33 milliseconds