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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp54 // class, with one bit per (1<<_shifter) HeapWords.
60 const int _shifter; // map to char or bit member in class:VALUE_OBJ_CLASS_SPEC
102 return _bmStartWord + (offset << _shifter);
105 return pointer_delta(addr, _bmStartWord) >> _shifter;
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp72 // with one bit per (1<<_shifter) HeapWords. (i.e. for the marking bit map,
73 // we have _shifter == 0. and for the mod union table we have
81 const int _shifter; // shifts to convert HeapWord to bit position member in class:VALUE_OBJ_CLASS_SPEC

Completed in 41 milliseconds