Searched refs:_from_space (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsYoungGen.hpp47 MutableSpace* _from_space; member in class:PSYoungGen
114 MutableSpace* from_space() const { return _from_space; }
H A DvmStructs_parallelgc.hpp48 nonstatic_field(PSYoungGen, _from_space, MutableSpace*) \
H A DpsYoungGen.cpp79 _from_space = new MutableSpace(virtual_space()->alignment());
82 if (_eden_space == NULL || _from_space == NULL || _to_space == NULL) {
90 new PSMarkSweepDecorator(_from_space, NULL, MarkSweepDeadRatio);
146 _from_counters = new SpaceCounters("s0", 1, max_survivor_size, _from_space,
724 _from_space = to_space();
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp134 ContiguousSpace* _from_space; member in class:DefNewGeneration
217 ContiguousSpace* from() const { return _from_space; }
H A DdefNewGeneration.cpp174 _from_space = new ContiguousSpace();
177 if (_eden_space == NULL || _from_space == NULL || _to_space == NULL)
196 _from_counters = new CSpaceCounters("s0", 1, _max_survivor_size, _from_space,
299 _from_space = to();
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp550 nonstatic_field(DefNewGeneration, _from_space, ContiguousSpace*) \

Completed in 53 milliseconds