Searched defs:FastScanClosure (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenOopClosures.hpp114 class FastScanClosure: public OopsInGenClosure { class in inherits:OopsInGenClosure
121 FastScanClosure(DefNewGeneration* g, bool gc_barrier);
H A DdefNewGeneration.cpp111 FastScanClosure* cur, FastScanClosure* older) :
134 FastScanClosure::FastScanClosure(DefNewGeneration* g, bool gc_barrier) : function in class:FastScanClosure
141 void FastScanClosure::do_oop(oop* p) { FastScanClosure::do_oop_work(p); }
142 void FastScanClosure::do_oop(narrowOop* p) { FastScanClosure::do_oop_work(p); }
586 FastScanClosure fsc_with_no_gc_barrier(this, false);
587 FastScanClosure fsc_with_gc_barrie
[all...]

Completed in 33 milliseconds