Searched refs:_from_mark_sweep (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsYoungGen.hpp53 PSMarkSweepDecorator* _from_mark_sweep; member in class:PSYoungGen
123 PSMarkSweepDecorator* from_mark_sweep() const { return _from_mark_sweep; }
H A DpsYoungGen.cpp89 _from_mark_sweep =
95 _from_mark_sweep == NULL ||
729 _from_mark_sweep = to_mark_sweep();

Completed in 24 milliseconds