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

/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayOop.hpp55 // oop->length() * HeapWordsPerOop;
56 // With narrowOops, HeapWordsPerOop is 1/2 or equal 0 as an integer.
58 const int HeapWordsPerOop = heapOopSize/HeapWordSize; local
60 if (HeapWordsPerOop > 0) {
61 old_res = length * HeapWordsPerOop;

Completed in 1884 milliseconds