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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBits.java37 public static final int LogBytesPerInt = 2; field in class:Bits
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp51 const int LogBytesPerInt = 2; variable
60 const int BytesPerInt = 1 << LogBytesPerInt;
66 const int LogBitsPerInt = LogBitsPerByte + LogBytesPerInt;

Completed in 41 milliseconds