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

/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DGCIncomingRefCounted.h89 static uintptr_t singletonFlag() { return 1; } function in class:JSC::GCIncomingRefCounted
91 bool hasVectorOfCells() const { return !(m_encodedPointer & singletonFlag()); }
98 return bitwise_cast<JSCell*>(m_encodedPointer & ~singletonFlag());
H A DGCIncomingRefCountedInlines.h38 m_encodedPointer = bitwise_cast<uintptr_t>(cell) | singletonFlag();
122 m_encodedPointer = bitwise_cast<uintptr_t>(singleton) | singletonFlag();

Completed in 108 milliseconds