Searched refs:_hr (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1EvacFailure.hpp68 HeapRegion* _hr; member in class:RemoveSelfForwardPtrObjClosure
82 _g1(g1), _cm(cm), _hr(hr), _marked_bytes(0),
108 assert(_hr->is_in(obj_addr), "sanity");
110 _hr->update_bot_for_object(obj_addr, obj_size);
130 _cm->grayRoot(obj, obj_size, _worker_id, _hr);
H A DheapRegion.cpp47 _hr(hr), _fk(fk), _g1(g1) { }
222 FilterOutOfRegionClosure outOfRegionFilt(_hr, cl);
235 if (!g1h->is_obj_dead(oop(bottom), _hr)) {
247 bottom = walk_mem_region_loop(cl, g1h, _hr, bottom, top);
252 bottom = walk_mem_region_loop(&filt, g1h, _hr, bottom, top);
257 FilterOutOfRegionClosure filt(_hr, cl);
258 bottom = walk_mem_region_loop(&filt, g1h, _hr, bottom, top);
267 if (!g1h->is_obj_dead(oop(bottom), _hr)) {
H A DheapRegionRemSet.hpp75 HeapRegion* _hr; member in class:VALUE_OBJ_CLASS_SPEC
133 HeapRegion* hr() const { return _hr; }
H A DsparsePRT.hpp226 HeapRegion* _hr; member in class:VALUE_OBJ_CLASS_SPEC
H A DsparsePRT.cpp462 _hr(hr), _expanded(false), _next_expanded(NULL)
485 card_index, region_id, _hr->hrs_index());
537 _hr->hrs_index(), _next->capacity());
H A DheapRegionRemSet.cpp41 HeapRegion* _hr; member in class:PerRegionTable
66 _hr(hr),
86 // Must make this robust in case "from" is not in "_hr", because of
118 HeapRegion* hr() const { return _hr; }
131 _hr = hr;
262 _hr(hr),
H A DheapRegion.hpp82 HeapRegion* _hr; member in class:HeapRegionDCTOC
H A Dg1CollectedHeap.cpp3185 HeapRegion *_hr; member in class:VerifyObjsInRegionClosure
3192 : _live_bytes(0), _hr(hr), _vo(vo) {
3211 if (!_hr->obj_allocated_since_prev_marking(o)) {
3221 HeapRegion *_hr; member in class:PrintObjsInRegionClosure
3224 PrintObjsInRegionClosure(HeapRegion *hr) : _hr(hr) {
3237 _hr->obj_allocated_since_prev_marking(o));
H A DconcurrentMark.cpp2577 HeapRegion* _hr; member in class:PrintReachableObjectClosure
2585 _out(out), _vo(vo), _all(all), _hr(hr) { }
2588 bool over_tams = _g1h->allocated_since_marking(o, _hr, _vo);

Completed in 90 milliseconds