Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/runtime/
DCollector.cpp296 m_heap.didShrink = true; in freeBlock()
382 if (m_heap.didShrink) in recordExtraCost()
437 m_heap.didShrink = false; in resizeBlocks()
1269 if (m_heap.didShrink) in collectAllGarbage()
DCollector.h64 bool didShrink; member
/external/webkit/JavaScriptCore/
DChangeLog2062 (JSC::Heap::freeBlock): Tidied up the use of didShrink by moving its
2065 (JSC::Heap::shrinkBlocks): Tidied up the use of didShrink.
2134 (JSC::Heap::freeBlock): Tidied up the use of didShrink by moving its
2137 (JSC::Heap::shrinkBlocks): Tidied up the use of didShrink.