Searched defs:_live_oops_moved_to (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.cpp52 GrowableArray<oop> * MarkSweep::_live_oops_moved_to = NULL; member in class:MarkSweep
285 _live_oops_moved_to->push(oop(compaction_top));
H A DmarkSweep.hpp150 static GrowableArray<oop> * _live_oops_moved_to; member in class:MarkSweep
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp122 GrowableArray<oop> * PSParallelCompact::_live_oops_moved_to = NULL; member in class:PSParallelCompact
2964 _live_oops_moved_to->push(oop(compaction_top));

Completed in 112 milliseconds