Searched refs:m_guardRefCount (Results 1 – 3 of 3) sorted by relevance
107 ++m_guardRefCount; in guardRef()113 --m_guardRefCount; in guardDeref()114 if (!m_guardRefCount && !refCount() && !rootNodeHasTreeSharedParent()) { in guardDeref()140 bool hasGuardRefCount() const { return m_guardRefCount; } in hasGuardRefCount()161 int m_guardRefCount; variable
69 , m_guardRefCount(0) in TreeScope()83 , m_guardRefCount(0) in TreeScope()94 , m_guardRefCount(0) in TreeScope()100 ASSERT(!m_guardRefCount); in ~TreeScope()
2549 if (m_guardRefCount) { in removedLastRefToScope()