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

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.cpp98 void BitMap::par_put_range_within_word(idx_t beg, idx_t end, bool value) { function in class:BitMap
234 par_put_range_within_word(beg, bit_index(beg_full_word), value);
240 par_put_range_within_word(bit_index(end_full_word), end, value);
244 par_put_range_within_word(beg, boundary, value);
245 par_put_range_within_word(boundary, end, value);
268 par_put_range_within_word(beg, bit_index(beg_full_word), value);
274 par_put_range_within_word(bit_index(end_full_word), end, value);

Completed in 32 milliseconds