Lines Matching refs:_end
57 HeapWord* _end; // End of currently allocated region.
63 _bottom(bottom), _end(end) {
64 assert(_bottom <= _end, "arguments out of order");
72 assert(new_bottom <= _end, "new_bottom > _end");
74 resize(pointer_delta(_end, _bottom));
123 HeapWord* _end;
353 _end = mr.end();
360 if (_end < new_end && !init_to_zero()) {
362 assert(_array->is_card_boundary(_end),
363 "_end not a card boundary");
365 "new _end would not be a card boundary");
367 _array->set_offset_array(_end, new_end, N_words);
369 _end = new_end; // update _end
441 assert(block >= _bottom && block <= _end, "out of range");