Searched refs:CMSInnerParMarkAndPushClosure (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsOopClosures.hpp394 class CMSInnerParMarkAndPushClosure: public Par_KlassRememberingOopClosure { class in inherits:Par_KlassRememberingOopClosure
402 CMSInnerParMarkAndPushClosure(CMSCollector* collector,
408 inline void do_oop_nv(oop* p) { CMSInnerParMarkAndPushClosure::do_oop_work(p); }
409 inline void do_oop_nv(narrowOop* p) { CMSInnerParMarkAndPushClosure::do_oop_work(p); }
420 CMSInnerParMarkAndPushClosure
H A DconcurrentMarkSweepGeneration.hpp539 friend class CMSInnerParMarkAndPushClosure; // -- ditto --
1860 CMSInnerParMarkAndPushClosure _mark_and_push;
H A DconcurrentMarkSweepGeneration.cpp8744 CMSInnerParMarkAndPushClosure::CMSInnerParMarkAndPushClosure(
8754 void CMSInnerParMarkAndPushClosure::do_oop(oop obj) {
8775 void CMSInnerParMarkAndPushClosure::do_oop(oop* p) { CMSInnerParMarkAndPushClosure::do_oop_work(p); }
8776 void CMSInnerParMarkAndPushClosure::do_oop(narrowOop* p) { CMSInnerParMarkAndPushClosure::do_oop_work(p); }
/openjdk7/hotspot/src/share/vm/memory/
H A Dspecialized_oop_closures.hpp56 class CMSInnerParMarkAndPushClosure;
102 f(CMSInnerParMarkAndPushClosure,_nv) \

Completed in 66 milliseconds