Searched defs:_regions (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSeq.hpp33 // instances). They are kept in the _regions array in address
60 HeapRegion** _regions; member in class:HeapRegionSeq
62 // Version of _regions biased to address 0
H A DcollectionSetChooser.hpp33 GrowableArray<HeapRegion*> _regions; member in class:CollectionSetChooser
39 uint regions_length() { return (uint) _regions.length(); }
40 HeapRegion* regions_at(uint i) { return _regions.at((int) i); }
42 _regions.at_put((int) i, hr);
45 _regions.at_put_grow((int) i, hr);
47 void regions_trunc_to(uint i) { _regions.trunc_to((uint) i); }
79 err_msg("Unexpected NULL hr in _regions at index %u",
148 // Returns true if the used portion of "_regions" is properly

Completed in 49 milliseconds