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

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DThreadState.h394 bool isInGC() const { return m_inGC; }
402 ASSERT(!m_inGC);
404 m_inGC = true;
410 m_inGC = false;
704 bool m_inGC; member in class:blink::ThreadState
H A DThreadState.cpp312 , m_inGC(false)

Completed in 194 milliseconds