Lines Matching defs:beg
403 // Fill in the regions covering [beg, end) so that no data moves; i.e., the
404 // destination of region n is simply the start of region n. The argument beg
406 void summarize_dense_prefix(HeapWord* beg, HeapWord* end);
419 void clear_range(HeapWord* beg, HeapWord* end) {
420 clear_range(addr_to_region_idx(beg), addr_to_region_idx(end));
1065 // Find the first (left-most) region in the range [beg, end) that has at least
1066 // dead_words of dead space to the left. The argument beg must be the first
1068 static RegionData* dead_wood_limit_region(const RegionData* beg,
1072 // Return a pointer to the first region in the range [beg, end) that is not
1074 static RegionData* first_dead_space_region(const RegionData* beg,
1274 // Return the address of the count + 1st live word in the range [beg, end).
1275 static HeapWord* skip_live_words(HeapWord* beg, HeapWord* end, size_t count);