Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp352 targetBlockUsedCells = targetBlock->usedCells; in heapAllocate()
358 targetBlockUsedCells = targetBlock->usedCells; in heapAllocate()
411 targetBlock->usedCells = static_cast<uint32_t>(targetBlockUsedCells + 1); in heapAllocate()
982 size_t usedCells = curBlock->usedCells; in sweep() local
985 if (usedCells == HeapConstants<heapType>::cellsPerBlock) { in sweep()
1002 --usedCells; in sweep()
1012 size_t minimumCellsToProcess = usedCells; in sweep()
1023 --usedCells; in sweep()
1035 curBlock->usedCells = static_cast<uint32_t>(usedCells); in sweep()
1039 if (usedCells == 0) { in sweep()
[all …]
DCollector.h225 uint32_t usedCells;
235 uint32_t usedCells;