Home
last modified time | relevance | path

Searched refs:minCellCount (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp440 size_t minCellCount = usedCellCount + max(ALLOCATIONS_PER_COLLECTION, usedCellCount); in resizeBlocks() local
441 …size_t minBlockCount = (minCellCount + HeapConstants::cellsPerBlock - 1) / HeapConstants::cellsPer… in resizeBlocks()
443 size_t maxCellCount = 1.25f * minCellCount; in resizeBlocks()