Searched refs:m_refCountedObjects (Results 1 – 2 of 2) sorted by relevance
43 m_refCountedObjects.swap(otherArena.m_refCountedObjects); in swap()48 …void derefWithArena(PassRefPtr<ParserArenaRefCounted> object) { m_refCountedObjects.append(object)… in derefWithArena()54 … bool isEmpty() const { return m_deletableObjects.isEmpty() && m_refCountedObjects.isEmpty(); } in isEmpty()59 Vector<RefPtr<ParserArenaRefCounted> > m_refCountedObjects; variable
40 return m_refCountedObjects.find(object) != notFound; in contains()45 return m_refCountedObjects.last().get(); in last()50 m_refCountedObjects.removeLast(); in removeLast()57 m_refCountedObjects.shrink(0); in reset()