Searched refs:DoublyLinkedList (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DDoublyLinkedList.h69 template<typename T> class DoublyLinkedList { class in namespace:WTF
71 DoublyLinkedList();
85 void append(DoublyLinkedList<T>&);
92 template<typename T> inline DoublyLinkedList<T>::DoublyLinkedList() function in class:WTF::DoublyLinkedList
98 template<typename T> inline bool DoublyLinkedList<T>::isEmpty() const
103 template<typename T> inline size_t DoublyLinkedList<T>::size() const
111 template<typename T> inline void DoublyLinkedList<T>::clear()
117 template<typename T> inline T* DoublyLinkedList<T>::head() const
122 template<typename T> inline T* DoublyLinkedList<
[all...]
H A DThreadSpecificWin.cpp29 #include <wtf/DoublyLinkedList.h>
35 static DoublyLinkedList<PlatformThreadSpecificKey>& destructorsList()
37 static DoublyLinkedList<PlatformThreadSpecificKey> staticList;
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DCopiedSpace.h35 #include <wtf/DoublyLinkedList.h>
120 DoublyLinkedList<CopiedBlock>* toSpace;
121 DoublyLinkedList<CopiedBlock>* fromSpace;
123 DoublyLinkedList<CopiedBlock> blocks1;
124 DoublyLinkedList<CopiedBlock> blocks2;
125 DoublyLinkedList<CopiedBlock> oversizeBlocks;
H A DHeapBlock.h29 #include <wtf/DoublyLinkedList.h>
H A DBlockAllocator.h33 #include <wtf/DoublyLinkedList.h>
86 DoublyLinkedList<Region> m_fullRegions;
87 DoublyLinkedList<Region> m_partialRegions;
92 DeadBlock* tryAllocateFromRegion(RegionSet&, DoublyLinkedList<Region>&, size_t&);
105 DoublyLinkedList<Region> m_emptyRegions;
116 inline DeadBlock* BlockAllocator::tryAllocateFromRegion(RegionSet& set, DoublyLinkedList<Region>& regions, size_t& numberOfRegions)
H A DMarkedAllocator.h5 #include <wtf/DoublyLinkedList.h>
59 DoublyLinkedList<MarkedBlock> m_blockList;
60 DoublyLinkedList<MarkedBlock> m_retiredBlocks;
H A DHandleSet.h31 #include <wtf/DoublyLinkedList.h>
98 DoublyLinkedList<HandleBlock> m_blockList;
H A DWeakSet.h66 DoublyLinkedList<WeakBlock> m_blocks;
H A DGCSegmentedArray.h103 DoublyLinkedList<GCArraySegment<T>> m_segments;
H A DWeakBlock.h32 #include <wtf/DoublyLinkedList.h>
H A DCopiedSpaceInlines.h184 DoublyLinkedList<CopiedBlock>* fromSpace;
185 DoublyLinkedList<CopiedBlock>* oversizeBlocks;
H A DCopiedSpace.cpp238 DoublyLinkedList<CopiedBlock>* toSpace;
239 DoublyLinkedList<CopiedBlock>* fromSpace;
326 static bool isBlockListPagedOut(double deadline, DoublyLinkedList<CopiedBlock>* list)
H A DCopyWorkList.h154 DoublyLinkedList<CopyWorkListSegment> m_segments;
H A DRegion.h31 #include <wtf/DoublyLinkedList.h>
98 DoublyLinkedList<DeadBlock> m_deadBlocks;
H A DMarkedAllocator.cpp39 static bool isListPagedOut(double deadline, DoublyLinkedList<MarkedBlock>& list)
H A DHeap.h375 DoublyLinkedList<ExecutableBase> m_compiledCode;
H A DMarkedSpace.cpp48 DoublyLinkedList<MarkedBlock> m_blocks;
H A DMarkedSpace.h32 #include <wtf/DoublyLinkedList.h>
H A DMarkedBlock.h32 #include <wtf/DoublyLinkedList.h>
/macosx-10.10/JavaScriptCore-7600.1.17/debugger/
H A DBreakpoint.h30 #include <wtf/DoublyLinkedList.h>
82 class BreakpointsList : public DoublyLinkedList<Breakpoint>,

Completed in 301 milliseconds