Searched refs:_r_end (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1OopClosures.inline.hpp53 if (obj_hw < _r_bottom || obj_hw >= _r_end) {
H A Dg1OopClosures.hpp198 HeapWord* _r_end; member in class:FilterOutOfRegionClosure
H A DheapRegion.cpp51 _r_bottom(r->bottom()), _r_end(r->end()), _oc(oc) { }

Completed in 39 milliseconds