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.h 292 ASSERT(!m_state->m_sweepInProgress);
293 m_state->m_sweepInProgress = true;
297 ASSERT(m_state->m_sweepInProgress);
298 m_state->m_sweepInProgress = false;
416 bool isSweepInProgress() const { return m_sweepInProgress; }
702 bool m_sweepInProgress;
ThreadState.cpp 310 , m_sweepInProgress(false)
768 return !m_sweepInProgress && increasedEnoughToGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
790 return !m_sweepInProgress && increasedEnoughToForceConservativeGC(m_stats.totalObjectSpace(), m_statsAfterLastGC.totalObjectSpace());
    [all...]

Completed in 58 milliseconds