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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h292 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; member in class:blink::ThreadState
H A DThreadState.cpp310 , 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());

Completed in 731 milliseconds