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

/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()) {

Completed in 982 milliseconds