Searched refs:m_lowCollectionRate (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; }
713 bool m_lowCollectionRate; member in class:blink::ThreadState
H A DThreadState.cpp315 , m_lowCollectionRate(false)
778 size_t limit = (m_lowCollectionRate ? 4 : 2) * oldSize;

Completed in 215 milliseconds