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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp742 template <class T> void ScanClosureWithParBarrier::do_oop_work(T* p) {
762 void ScanClosureWithParBarrier::do_oop(oop* p) { ScanClosureWithParBarrier::do_oop_work(p); }
763 void ScanClosureWithParBarrier::do_oop(narrowOop* p) { ScanClosureWithParBarrier::do_oop_work(p); }
860 ScanClosureWithParBarrier::
861 ScanClosureWithParBarrier(ParNewGeneration* g, bool gc_barrier) : function in class:ScanClosureWithParBarrier
1014 ScanClosureWithParBarrier scan_with_gc_barrier(this, true);
H A DparNewGeneration.hpp278 class ScanClosureWithParBarrier: public ScanClosure { class in inherits:ScanClosure
282 ScanClosureWithParBarrier(ParNewGeneration* g, bool gc_barrier);

Completed in 35 milliseconds