Searched refs:BitsPerShort (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp58 register_bits = BitsPerShort - type_bits };
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp417 result[0] <<= (BitsPerWord - BitsPerShort);
431 result[0] <<= (BitsPerWord - BitsPerShort);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp71 const int BitsPerShort = 1 << LogBitsPerShort; variable
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp739 int shift = (code == Bytecodes::_i2b) ? (BitsPerInt - T_BYTE_aelem_bytes * BitsPerByte) : (BitsPerInt - BitsPerShort);

Completed in 51 milliseconds