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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMarkStackInlines.h90 inline bool MarkStackArray::canRemoveLast() function in class:JSC::MarkStackArray
H A DMarkStack.h93 bool canRemoveLast();
H A DMarkStack.cpp166 while (numberOfCellsToSteal-- > 0 && other.canRemoveLast())
H A DSlotVisitor.cpp135 for (unsigned countdown = Options::minimumNumberOfScansBetweenRebalance(); m_stack.canRemoveLast() && countdown--;)
147 while (m_stack.canRemoveLast())

Completed in 85 milliseconds