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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DimmutableSpace.hpp55 size_t capacity_in_bytes() const { return capacity_in_words() * HeapWordSize; }
58 size_t capacity_in_words() const { return pointer_delta(end(), bottom()); } function in class:ImmutableSpace
59 virtual size_t capacity_in_words(Thread*) const { return capacity_in_words(); } function in class:ImmutableSpace
H A DmutableNUMASpace.cpp208 size_t MutableNUMASpace::capacity_in_words(Thread* thr) const { function in class:MutableNUMASpace
213 return capacity_in_words() / lgrp_spaces()->length();
223 return lgrp_spaces()->at(i)->space()->capacity_in_words();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsOldGen.hpp150 size_t capacity_in_words() const { return object_space()->capacity_in_words(); } function in class:PSOldGen
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp88 size_t capacity_in_words = capacity() / HeapWordSize; local
91 reserved_region().start(), reserved_region().start() + capacity_in_words, reserved_region().end());

Completed in 35 milliseconds