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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DliveRange.hpp36 class LiveRange: public MemRegion { class in inherits:MemRegion
38 LiveRange(HeapWord* bottom, HeapWord* top): MemRegion(bottom, top) {} function in class:LiveRange
49 LiveRange * next() { return (LiveRange *) end(); }
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp121 LiveRange* liveRange = NULL; /* The current live range, recorded in the
247 /* for the previous LiveRange, record the end of the live objects. */
252 /* record the current LiveRange object.
255 liveRange = (LiveRange*)q;
327 // LiveRange. See also use below.
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp551 LiveRange* liveRange = NULL; /* The current live range, recorded in the \
594 /* for the previous LiveRange, record the end of the live objects. */ \
599 /* record the current LiveRange object. \
602 liveRange = (LiveRange*)q; \
672 * LiveRange. See also use below. */ \

Completed in 34 milliseconds