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

/openjdk7/hotspot/src/share/vm/opto/
H A DbuildOopMap.cpp220 return live[reg>>LogBitsPerInt] & (1<<(reg&(BitsPerInt-1))); }
222 live[reg>>LogBitsPerInt] |= (1<<(reg&(BitsPerInt-1))); }
224 live[reg>>LogBitsPerInt] &= ~(1<<(reg&(BitsPerInt-1))); }
582 int max_reg_ints = round_to(max_reg, BitsPerInt)>>LogBitsPerInt;
H A Dregmask.hpp97 _LogWordBits = LogBitsPerInt,
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp165 LogBitsPerHeapOop = LogBitsPerInt;
H A DglobalDefinitions.hpp66 const int LogBitsPerInt = LogBitsPerByte + LogBytesPerInt; variable
72 const int BitsPerInt = 1 << LogBitsPerInt;

Completed in 52 milliseconds