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

/openjdk7/hotspot/src/share/vm/memory/
H A DbarrierSet.hpp34 class BarrierSet: public CHeapObj<mtGC> { class in inherits:CHeapObj
57 BarrierSet() { _kind = Uninit; } function in class:BarrierSet
59 BarrierSet::Name kind() { return _kind; }
60 virtual bool is_a(BarrierSet::Name bsn) = 0;
62 // These operations indicate what kind of barriers the BarrierSet has.
172 BarrierSet(int max_covered_regions) : function in class:BarrierSet
175 // Inform the BarrierSet that the the covered heap region that starts

Completed in 27 milliseconds