Searched refs:LogBitsPerByte (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCompressedStream.java54 public static final int LogBitsPerByte = 3; field in class:CompressedStream
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp64 const int LogBitsPerByte = 3; variable
65 const int LogBitsPerShort = LogBitsPerByte + LogBytesPerShort;
66 const int LogBitsPerInt = LogBitsPerByte + LogBytesPerInt;
67 const int LogBitsPerWord = LogBitsPerByte + LogBytesPerWord;
68 const int LogBitsPerLong = LogBitsPerByte + LogBytesPerLong;
70 const int BitsPerByte = 1 << LogBitsPerByte;
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp132 : _bci_block_start((uintptr_t*)arena->Amalloc((method->code_size() >> LogBitsPerByte) + 1), method->code_size())
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1266 __ sll(G1, LogBitsPerByte, left_shift);
1295 __ srl(right_shift, LogBitsPerByte, right_shift); // misaligned bytes
1325 __ sll(G1, LogBitsPerByte, left_shift);
1367 __ srl(left_shift, LogBitsPerByte, left_shift); // misaligned bytes
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp58 (_bmWordSize >> (_shifter + LogBitsPerByte)) + 1));
70 assert(_virtual_space.committed_size() << (_shifter + LogBitsPerByte) >=
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp6518 (_bmWordSize >> (_shifter + LogBitsPerByte)) + 1));
6532 assert(_virtual_space.committed_size() << (_shifter + LogBitsPerByte) >=

Completed in 294 milliseconds