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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h667 void setLowCollectionRate(bool value) { m_lowCollectionRate = value; } function in class:blink::ThreadState
H A DThreadState.cpp1202 setLowCollectionRate(m_stats.totalObjectSpace() > (objectSpaceBeforeSweep >> 1));

Completed in 1465 milliseconds