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

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparOopClosures.hpp51 class ParScanWithBarrierClosure: public ParScanClosure { class in inherits:ParScanClosure
53 ParScanWithBarrierClosure(ParNewGeneration* g, function in class:ParScanWithBarrierClosure
120 ParScanWithBarrierClosure* _old_gen_closure;
121 ParScanWithBarrierClosure* old_gen_closure () {
141 ParScanWithBarrierClosure* old_gen_closure_,
H A DparOopClosures.inline.hpp128 inline void ParScanWithBarrierClosure::do_oop_nv(oop* p) { ParScanClosure::do_oop_work(p, true, false); }
129 inline void ParScanWithBarrierClosure::do_oop_nv(narrowOop* p) { ParScanClosure::do_oop_work(p, true, false); }
H A DparNewGeneration.hpp36 class ParScanWithBarrierClosure;
69 ParScanWithBarrierClosure _old_gen_closure; // scan_with_gc_barrier
H A DparNewGeneration.cpp497 void ParScanWithBarrierClosure::do_oop(oop* p) { ParScanClosure::do_oop_work(p, true, false); }
498 void ParScanWithBarrierClosure::do_oop(narrowOop* p) { ParScanClosure::do_oop_work(p, true, false); }
524 ParScanWithBarrierClosure* old_gen_closure_,
/openjdk7/hotspot/src/share/vm/memory/
H A Dspecialized_oop_closures.hpp46 class ParScanWithBarrierClosure;
83 f(ParScanWithBarrierClosure,_nv) \
157 f(ParScanWithBarrierClosure,_nv) \

Completed in 629 milliseconds