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

/external/webkit/Source/JavaScriptGlue/ForwardingHeaders/wtf/
H A DDoublyLinkedList.h1 #include <JavaScriptCore/DoublyLinkedList.h>
/external/webkit/Source/WebCore/ForwardingHeaders/wtf/
H A DDoublyLinkedList.h3 #include <JavaScriptCore/DoublyLinkedList.h>
/external/webkit/Source/JavaScriptCore/wtf/
H A DDoublyLinkedList.h31 template <typename Node> class DoublyLinkedList { class in namespace:WTF
33 DoublyLinkedList();
47 template <typename Node> inline DoublyLinkedList<Node>::DoublyLinkedList() function in class:WTF::DoublyLinkedList
53 template <typename Node> inline bool DoublyLinkedList<Node>::isEmpty()
58 template <typename Node> inline Node* DoublyLinkedList<Node>::head()
63 template <typename Node> inline void DoublyLinkedList<Node>::append(Node* node)
81 template <typename Node> inline void DoublyLinkedList<Node>::remove(Node* node)
102 using WTF::DoublyLinkedList;
/external/webkit/Source/JavaScriptCore/heap/
H A DMarkedSpace.h29 #include <wtf/DoublyLinkedList.h>
100 DoublyLinkedList<MarkedBlock> blockList;
105 void freeBlocks(DoublyLinkedList<MarkedBlock>&);
H A DMarkedSpace.cpp63 void MarkedSpace::freeBlocks(DoublyLinkedList<MarkedBlock>& blocks)
93 DoublyLinkedList<MarkedBlock> empties;

Completed in 322 milliseconds