Searched refs:FreeCell (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakBlock.h47 struct FreeCell { struct in class:JSC::WeakBlock
48 FreeCell* next;
56 FreeCell* freeList;
61 static WeakImpl* asWeakImpl(FreeCell*);
74 static FreeCell* asFreeCell(WeakImpl*);
81 void addToFreeList(FreeCell**, WeakImpl*);
98 inline WeakImpl* WeakBlock::asWeakImpl(FreeCell* freeCell)
111 inline WeakBlock::FreeCell* WeakBlock::asFreeCell(WeakImpl* weakImpl)
113 return reinterpret_cast_ptr<FreeCell*>(weakImpl);
126 inline void WeakBlock::addToFreeList(FreeCell** freeLis
[all...]
H A DWeakSet.cpp52 WeakBlock::FreeCell* WeakSet::findAllocator()
54 if (WeakBlock::FreeCell* allocator = tryFindAllocator())
60 WeakBlock::FreeCell* WeakSet::tryFindAllocator()
74 WeakBlock::FreeCell* WeakSet::addAllocator()
H A DWeakSet.h57 JS_EXPORT_PRIVATE WeakBlock::FreeCell* findAllocator();
58 WeakBlock::FreeCell* tryFindAllocator();
59 WeakBlock::FreeCell* addAllocator();
62 WeakBlock::FreeCell* m_allocator;
H A DMarkedBlock.cpp79 FreeCell* head = 0;
91 FreeCell* freeCell = reinterpret_cast<FreeCell*>(cell);
167 FreeCell* head = freeList.head;
192 FreeCell* next;
193 for (FreeCell* current = head; current; current = next) {
H A DWeakSetInlines.h36 WeakBlock::FreeCell* allocator = weakSet.m_allocator;
H A DMarkedBlock.h80 struct FreeCell { struct in class:JSC::MarkedBlock
81 FreeCell* next;
85 FreeCell* head;
89 FreeList(FreeCell*, size_t);
199 inline MarkedBlock::FreeList::FreeList(FreeCell* head, size_t bytes)
H A DMarkedAllocator.h80 MarkedBlock::FreeCell* head = m_freeList.head;
H A DMarkedAllocator.cpp56 MarkedBlock::FreeCell* head = m_freeList.head;
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPODFreeListArena.h107 struct FreeCell { struct in class:WebCore::PODFreeListArena::FreeListChunk
108 FreeCell *m_next;
154 FreeCell* cell = reinterpret_cast<FreeCell*>(ptr);
174 FreeCell *m_freeList;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_sqmap.tcl451 $self FreeCell $at
464 $self FreeCell [list $r $c]
510 method FreeCell {at} {

Completed in 310 milliseconds