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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp61 const int BytesPerWord = 1 << LogBytesPerWord; variable
88 const int BytesPerOop = BytesPerWord; // Full-width oop
360 #define ARENA_AMALLOC_ALIGNMENT (2*BytesPerWord)

Completed in 601 milliseconds