Searched refs:HeapRegionSeq (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSeq.inline.hpp31 inline uintx HeapRegionSeq::addr_to_index_biased(HeapWord* addr) const {
39 inline HeapRegion* HeapRegionSeq::addr_to_region_unsafe(HeapWord* addr) const {
49 inline HeapRegion* HeapRegionSeq::addr_to_region(HeapWord* addr) const {
58 inline HeapRegion* HeapRegionSeq::at(uint index) const {
H A DvmStructs_g1.hpp36 nonstatic_field(HeapRegionSeq, _regions, HeapRegion**) \
37 nonstatic_field(HeapRegionSeq, _length, uint) \
39 nonstatic_field(G1CollectedHeap, _hrs, HeapRegionSeq) \
63 declare_toplevel_type(HeapRegionSeq) \
H A DheapRegionSeq.cpp34 uint HeapRegionSeq::find_contiguous_from(uint from, uint num) {
74 void HeapRegionSeq::initialize(HeapWord* bottom, HeapWord* end,
97 MemRegion HeapRegionSeq::expand_by(HeapWord* old_end,
141 uint HeapRegionSeq::free_suffix() {
154 uint HeapRegionSeq::find_contiguous(uint num) {
177 void HeapRegionSeq::iterate(HeapRegionClosure* blk) const {
181 void HeapRegionSeq::iterate_from(HeapRegion* hr, HeapRegionClosure* blk) const {
204 MemRegion HeapRegionSeq::shrink_by(size_t shrink_bytes,
246 void HeapRegionSeq::verify_optional() {
H A DheapRegionSeq.hpp56 class HeapRegionSeq: public CHeapObj<mtGC> { class in inherits:CHeapObj
107 HeapRegionSeq() { } function in class:HeapRegionSeq
H A DheapRegion.hpp389 // If this region is a member of a HeapRegionSeq, the index in that
829 friend class HeapRegionSeq;
H A Dg1CollectedHeap.hpp280 HeapRegionSeq _hrs;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1CollectedHeap.java46 // HeapRegionSeq _seq;
92 private HeapRegionSeq hrs() {
94 return (HeapRegionSeq) VMObjectFactory.newObject(HeapRegionSeq.class,
H A DHeapRegionSeq.java40 // Mirror class for HeapRegionSeq. It's essentially an index -> HeapRegion map.
42 public class HeapRegionSeq extends VMObject { class in inherits:VMObject
57 Type type = db.lookupType("HeapRegionSeq");
99 public HeapRegionSeq(Address addr) { method in class:HeapRegionSeq

Completed in 83 milliseconds