Lines Matching defs:hr
150 void CollectionSetChooser::add_region(HeapRegion* hr) {
151 assert(!hr->isHumongous(),
153 assert(!hr->is_young(), "should not be young!");
154 _regions.append(hr);
156 _remaining_reclaimable_bytes += hr->reclaimable_bytes();
157 hr->calc_gc_efficiency();
189 void CollectionSetChooser::set_region(uint index, HeapRegion* hr) {
191 assert(!hr->is_young(), "should not be young!");
192 regions_at_put(index, hr);
193 hr->calc_gc_efficiency();