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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp1316 if ((int)ObjectAlignmentInBytes < BytesPerLong) {
1319 (int)ObjectAlignmentInBytes, BytesPerLong); local
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp62 const int BytesPerLong = 1 << LogBytesPerLong; variable
138 const int HeapWordsPerLong = BytesPerLong / HeapWordSize;
328 // Minimum is max(BytesPerLong, BytesPerDouble, BytesPerOop) / HeapWordSize, so jlong, jdouble and

Completed in 154 milliseconds