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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMarkStack.cpp165 size_t numberOfCellsToSteal = (other.size() + idleThreadCount - 1) / idleThreadCount; // Round up to steal 1 / 1. local
166 while (numberOfCellsToSteal-- > 0 && other.canRemoveLast())

Completed in 123 milliseconds