Searched refs:_to_space (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsYoungGen.hpp48 MutableSpace* _to_space; member in class:PSYoungGen
115 MutableSpace* to_space() const { return _to_space; }
H A DvmStructs_parallelgc.hpp49 nonstatic_field(PSYoungGen, _to_space, MutableSpace*) \
H A DpsYoungGen.cpp80 _to_space = new MutableSpace(virtual_space()->alignment());
82 if (_eden_space == NULL || _from_space == NULL || _to_space == NULL) {
92 new PSMarkSweepDecorator(_to_space, NULL, MarkSweepDeadRatio);
148 _to_counters = new SpaceCounters("s1", 2, max_survivor_size, _to_space,
725 _to_space = s;
H A DpsScavenge.cpp90 MutableSpace* _to_space; member in class:PSKeepAliveClosure
97 _to_space = heap->young_gen()->to_space();
108 if (PSScavenge::should_scavenge(p, _to_space)) {
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp135 ContiguousSpace* _to_space; member in class:DefNewGeneration
218 ContiguousSpace* to() const { return _to_space; }
H A DdefNewGeneration.cpp175 _to_space = new ContiguousSpace();
177 if (_eden_space == NULL || _from_space == NULL || _to_space == NULL)
198 _to_counters = new CSpaceCounters("s1", 2, _max_survivor_size, _to_space,
300 _to_space = s;
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp86 Space* _to_space; member in class:ParScanThreadState
87 Space* to_space() { return _to_space; }
H A DparNewGeneration.cpp70 _to_space(to_space_), _old_gen(old_gen_), _young_gen(gen_), _thread_num(thread_num_),
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp551 nonstatic_field(DefNewGeneration, _to_space, ContiguousSpace*) \

Completed in 61 milliseconds