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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp89 void BitMap::clear_range_within_word(idx_t beg, idx_t end) { function in class:BitMap
143 clear_range_within_word(beg, bit_index(beg_full_word));
145 clear_range_within_word(bit_index(end_full_word), end);
149 clear_range_within_word(beg, boundary);
150 clear_range_within_word(boundary, end);
179 clear_range_within_word(beg, bit_index(beg_full_word));
181 clear_range_within_word(bit_index(end_full_word), end);

Completed in 1085 milliseconds