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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSBitMap.java64 System.out.println("shifter(): "+shifter());
73 public long shifter() { method in class:CMSBitMap
81 BitMap bitMap = new BitMap((int) (bmWordSize() >> shifter() ));
96 int ret_val = temp >> shifter();
101 int temp = offset << shifter();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp66 CMBitMapRO(ReservedSpace rs, int shifter);
120 CMBitMap(ReservedSpace rs, int shifter) : argument
121 CMBitMapRO(rs, shifter) {}
H A DconcurrentMark.cpp52 CMBitMapRO::CMBitMapRO(ReservedSpace rs, int shifter) : argument
54 _shifter(shifter) {

Completed in 54 milliseconds