Searched refs:isSweepInProgress (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBPendingTransactionMonitor.cpp102 if (ThreadState::current()->isSweepInProgress())
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h416 bool isSweepInProgress() const { return m_sweepInProgress; } function in class:blink::ThreadState
763 if (!state->isSweepInProgress() && !state->isAtSafePoint()) {
H A DThreadState.cpp200 ASSERT(!state->isSweepInProgress());
215 ASSERT(!state->isSweepInProgress());
H A DHeap.cpp388 RELEASE_ASSERT(!m_state->isSweepInProgress());
789 ASSERT(!m_threadState->isSweepInProgress());
815 if (m_threadState->isSweepInProgress())
1204 if (m_threadState->isSweepInProgress()) {
2696 if (state->isSweepInProgress())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp5175 if (ThreadState::current()->isSweepInProgress()) {

Completed in 1976 milliseconds