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

/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayOop.hpp48 const int OopsPerHeapWord = HeapWordSize/heapOopSize; local
49 assert(OopsPerHeapWord >= 1 && (HeapWordSize % heapOopSize == 0),
63 old_res = align_size_up(length, OopsPerHeapWord)/OopsPerHeapWord;
66 int res = ((uint)length + OopsPerHeapWord - 1)/OopsPerHeapWord;

Completed in 773 milliseconds