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

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakSet.cpp62 while (m_nextAllocator) {
63 WeakBlock* block = m_nextAllocator;
64 m_nextAllocator = m_nextAllocator->next();
H A DWeakSet.h63 WeakBlock* m_nextAllocator; member in class:JSC::WeakSet
70 , m_nextAllocator(0)
129 m_nextAllocator = m_blocks.head();

Completed in 127 milliseconds