Searched refs:fill_region_with_block (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.cpp164 void ParGCAllocBufferWithBOT::fill_region_with_block(MemRegion mr, function in class:ParGCAllocBufferWithBOT
184 fill_region_with_block(MemRegion(_top, _hard_end), true);
253 fill_region_with_block(first_card_suffix, true);
279 fill_region_with_block(last_card_prefix, false);
293 fill_region_with_block(new_filler, false);
337 fill_region_with_block(new_filler, false);
H A DparGCAllocBuffer.hpp233 void fill_region_with_block(MemRegion mr, bool contig);

Completed in 35 milliseconds