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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dsizes.hpp32 // they serve as 'unit' types. ByteSize is used for sizes measured in bytes, while
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
63 class ByteSize VALUE_OBJ_CLASS_SPEC {
68 ByteSize(int size) { _size = size; } function in class:VALUE_OBJ_CLASS_SPEC
72 inline friend ByteSize in_ByteSize(int size);
75 inline friend int in_bytes(ByteSize x);
78 friend ByteSize operator + (ByteSize x, ByteSize
137 typedef int ByteSize; typedef
[all...]

Completed in 31 milliseconds