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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.cpp62 GrowableArray<HeapWord*>* MarkSweep::_cur_gc_live_oops_moved_to = NULL; member in class:MarkSweep
289 _cur_gc_live_oops_moved_to->push(compaction_top);
297 GrowableArray<HeapWord*>* _tmp_live_oops_moved_to = _cur_gc_live_oops_moved_to;
301 _cur_gc_live_oops_moved_to = _last_gc_live_oops_moved_to;
H A DmarkSweep.hpp167 static GrowableArray<HeapWord*> * _cur_gc_live_oops_moved_to; member in class:MarkSweep
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp224 _cur_gc_live_oops_moved_to = new(ResourceObj::C_HEAP, mtGC) GrowableArray<HeapWord*>(100, true);
231 _cur_gc_live_oops_moved_to->clear();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsParallelCompact.cpp132 GrowableArray<HeapWord*>* PSParallelCompact::_cur_gc_live_oops_moved_to = NULL; member in class:PSParallelCompact
2968 _cur_gc_live_oops_moved_to->push(compaction_top);
2977 GrowableArray<HeapWord*>* _tmp_live_oops_moved_to = _cur_gc_live_oops_moved_to;
2981 _cur_gc_live_oops_moved_to = _last_gc_live_oops_moved_to;
H A DpsParallelCompact.hpp1184 static GrowableArray<HeapWord*> * _cur_gc_live_oops_moved_to;

Completed in 64 milliseconds