Searched refs:m_labelScopes (Results 1 – 3 of 3) sorted by relevance
520 while (m_labelScopes.size() && !m_labelScopes.last().refCount()) in newLabelScope()521 m_labelScopes.removeLast(); in newLabelScope()525 m_labelScopes.append(scope); in newLabelScope()526 return &m_labelScopes.last(); in newLabelScope()1633 while (m_labelScopes.size()) { in breakTarget()1634 if (m_labelScopes.last().refCount()) in breakTarget()1636 m_labelScopes.removeLast(); in breakTarget()1639 if (!m_labelScopes.size()) in breakTarget()1646 for (int i = m_labelScopes.size() - 1; i >= 0; --i) { in breakTarget()1647 LabelScope* scope = &m_labelScopes[i]; in breakTarget()[all …]
453 WTF::SegmentedVector<LabelScope, 8> m_labelScopes; variable
9364 m_labelScopes and m_labels to reverse their destruction order.9365 m_labelScopes has references to memory within m_labels, so its destructor