Searched refs:_compaction_top (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.hpp46 HeapWord* _compaction_top; member in class:PSMarkSweepDecorator
70 HeapWord* compaction_top() { return _compaction_top; }
71 void set_compaction_top(HeapWord* value) { _compaction_top = value; }
/openjdk7/hotspot/src/share/vm/memory/
H A Dspace.hpp400 HeapWord* _compaction_top; member in class:CompactibleSpace
405 _compaction_top(NULL), _next_compaction_space(NULL) {}
412 HeapWord* compaction_top() const { return _compaction_top; }
417 _compaction_top = value;
H A Dspace.cpp378 _compaction_top = bottom();
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp536 nonstatic_field(CompactibleSpace, _compaction_top, HeapWord*) \

Completed in 37 milliseconds