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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp349 friend class CMBitMapClosure;
H A DconcurrentMark.cpp3245 class CMBitMapClosure : public BitMapClosure { class in inherits:BitMapClosure
3253 CMBitMapClosure(CMTask *task, ConcurrentMark* cm, CMBitMap* nextMarkBitMap) : function in class:CMBitMapClosure
3993 CMBitMapClosure bitmap_closure(this, _cm, _nextMarkBitMap);

Completed in 43 milliseconds