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

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DGCIncomingRefCounted.h52 if (hasVectorOfCells())
91 bool hasVectorOfCells() const { return !(m_encodedPointer & singletonFlag()); } function in class:JSC::GCIncomingRefCounted
93 bool hasSingleton() const { return hasAnyIncoming() && !hasVectorOfCells(); }
103 ASSERT(hasVectorOfCells());
H A DGCIncomingRefCountedInlines.h51 ASSERT(hasVectorOfCells());

Completed in 107 milliseconds