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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dsizes.hpp33 // WordSize is used for sizes measured in machine words (i.e., 32bit or 64bit words
45 // in optimized mode as both, ByteSize and WordSize are mapped to the same type
58 // b) change all WordSize's to ByteSize's where desired and fix the compilation errors
95 class WordSize VALUE_OBJ_CLASS_SPEC {
100 WordSize(int size) { _size = size; } function in class:VALUE_OBJ_CLASS_SPEC
104 inline friend WordSize in_WordSize(int size);
107 inline friend int in_words(WordSize x);
110 friend WordSize operator + (WordSize x, WordSize
141 typedef int WordSize; typedef
[all...]

Completed in 28 milliseconds