Searched refs:FastScanClosure (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenOopClosures.inline.hpp76 // in FastScanClosure::do_oop_work()
100 template <class T> inline void FastScanClosure::do_oop_work(T* p) {
118 inline void FastScanClosure::do_oop_nv(oop* p) { FastScanClosure::do_oop_work(p); }
119 inline void FastScanClosure::do_oop_nv(narrowOop* p) { FastScanClosure::do_oop_work(p); }
H A Dspecialized_oop_closures.hpp43 class FastScanClosure;
78 f(FastScanClosure,_nv) \
153 f(FastScanClosure,_nv)
H A DdefNewGeneration.hpp197 FastScanClosure* _scan_cur_or_nonheap;
198 FastScanClosure* _scan_older;
202 FastScanClosure* cur,
203 FastScanClosure* older);
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...]
H A Dgeneration.hpp73 class FastScanClosure;
/openjdk7/hotspot/src/share/vm/oops/
H A Doop.hpp53 class FastScanClosure;

Completed in 40 milliseconds