Searched refs:_live_oops_moved_to (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp131 guarantee(_live_oops->length() == _live_oops_moved_to->length(),
218 _live_oops_moved_to = new (ResourceObj::C_HEAP, mtGC) GrowableArray<oop>(100, true);
259 delete _live_oops_moved_to;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.hpp150 static GrowableArray<oop> * _live_oops_moved_to; member in class:MarkSweep
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));
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.hpp1167 static GrowableArray<oop> * _live_oops_moved_to;
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 39 milliseconds