Searched defs:increasedEnoughToForceConservativeGC (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.cpp774 bool ThreadState::increasedEnoughToForceConservativeGC(size_t newSize, size_t oldSize) function in class:blink::ThreadState
790 return !m_sweepInProgress && increasedEnoughToForceConservativeGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());

Completed in 88 milliseconds