Searched refs:alignSize (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp440 int alignSize = MAX2((intx) sizeof(jdouble), CodeEntryAlignment); local
441 assert( (dest->_total_start - _insts.start()) % alignSize == 0, "copy must preserve alignment");
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1429 size_t alignSize = MinObjAlignmentInBytes;
1448 mask |= (alignSize - 1);

Completed in 1361 milliseconds