Home | History | Annotate | Download | only in heap

Lines Matching refs:totalObjectSpace

655     json->setInteger("objectSpace", m_stats.totalObjectSpace());
768 return !m_sweepInProgress && increasedEnoughToGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
790 return !m_sweepInProgress && increasedEnoughToForceConservativeGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
1093 if (gcTracingEnabled && m_stats.totalObjectSpace() > 0)
1106 size_t objectSpaceBeforeSweep = m_stats.totalObjectSpace();
1202 setLowCollectionRate(m_stats.totalObjectSpace() > (objectSpaceBeforeSweep >> 1));