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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp116 class CMBitMap : public CMBitMapRO { class in inherits:CMBitMapRO
120 CMBitMap(ReservedSpace rs, int shifter) : function in class:CMBitMap
230 bool drain(OopClosureClass* cl, CMBitMap* bm, bool yield_after = false);
380 CMBitMap _markBitMap1;
381 CMBitMap _markBitMap2;
383 CMBitMap* _nextMarkBitMap; // under-construction mark bitmap
658 CMBitMap* nextMarkBitMap() const { return _nextMarkBitMap; }
960 CMBitMap* _nextMarkBitMap;
1113 void reset(CMBitMap* _nextMarkBitMap);

Completed in 34 milliseconds