HomeSort by relevance Sort by last modified time
    Searched refs:m_inGC (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.h 313 bool isInGC() const { return m_inGC; }
321 ASSERT(!m_inGC);
323 m_inGC = true;
329 m_inGC = false;
575 bool m_inGC;
ThreadState.cpp 277 , m_inGC(false)

Completed in 32 milliseconds