Searched refs:refillSize (Results 1 - 5 of 5) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DpromotionInfo.hpp159 inline size_t refillSize() const;
H A DpromotionInfo.cpp245 res = (SpoolBlock*)(space()->allocateScratch(refillSize()));
H A DcompactibleFreeListSpace.hpp705 size_t PromotionInfo::refillSize() const { function in class:PromotionInfo
H A DcompactibleFreeListSpace.cpp1193 space += _promoInfo.refillSize() + 2 * MinChunkSize;
H A DconcurrentMarkSweepGeneration.cpp2690 size_t refill_size_bytes = promo->refillSize() * HeapWordSize;

Completed in 120 milliseconds