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

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

Completed in 237 milliseconds