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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp1090 if (memory_size() < BytesPerInt) {
2713 offset += BytesPerInt;
2759 assert((end_offset % BytesPerInt) == 0, "odd end offset");
2762 done_offset -= BytesPerInt;
2774 done_offset += BytesPerInt;
3516 if (type == T_INT && st_size == BytesPerInt
3517 && (st_off & BytesPerInt) == BytesPerInt) {
3529 st_off -= BytesPerInt;
3583 assert(offset + BytesPerInt >
3704 int_map >>= BytesPerInt; local
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp60 const int BytesPerInt = 1 << LogBytesPerInt; variable

Completed in 48 milliseconds