HomeSort by relevance Sort by last modified time
    Searched refs:m_sweepInProgress (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 275 , m_sweepInProgress(false)
592 return !m_sweepInProgress && increasedEnoughToGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
612 return !m_sweepInProgress && increasedEnoughToForceConservativeGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
852 m_sweepInProgress = true;
863 m_sweepInProgress = false;
ThreadState.h 335 bool isSweepInProgress() const { return m_sweepInProgress; }
573 bool m_sweepInProgress;

Completed in 101 milliseconds