Searched refs:newRoots (Results 1 – 1 of 1) sorted by relevance
39 …JSCell** newRoots = static_cast<JSCell**>(OSAllocator::reserveAndCommit(newCapacity * sizeof(JSCel… in grow() local40 memcpy(newRoots, m_roots, m_size * sizeof(JSCell*)); in grow()44 m_roots = newRoots; in grow()