Searched refs:par_at_put_range (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.inline.hpp126 par_at_put_range(beg, end, true);
155 par_at_put_range(beg, end, false);
H A DbitMap.hpp184 void par_at_put_range(idx_t beg, idx_t end, bool value);
H A DbitMap.cpp226 void BitMap::par_at_put_range(idx_t beg, idx_t end, bool value) { function in class:BitMap
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.inline.hpp46 // use par_at_put_range (if parallel). The range is made up of the
58 // Note BitMap::par_at_put_range() and BitMap::set_range() are exclusive.
60 card_bm->par_at_put_range(start_idx, end_idx, true);
H A DconcurrentMark.cpp1261 _region_bm->par_at_put_range(index, end_index, true);

Completed in 49 milliseconds