Home
last modified time | relevance | path

Searched refs:ListHashSetNode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DListHashSet.h52 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNode;
59 typedef ListHashSetNode<ValueArg, inlineCapacity> Node;
140 typedef ListHashSetNode<ValueArg, inlineCapacity> Node;
208 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNode { struct
211 ListHashSetNode(ValueArg value) in ListHashSetNode() function
227 this->~ListHashSetNode(); in destroy() argument
232 ListHashSetNode* m_prev; argument
233 ListHashSetNode* m_next; argument
241 typedef ListHashSetNode<ValueArg, inlineCapacity> Node; argument
253 typedef ListHashSetNode<ValueArg, inlineCapacity> Node;
[all …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-142616 (WTF::ListHashSetNode::ListHashSetNode): Initialize m_isAllocated to true.
2617 (WTF::ListHashSetNode::operator new): Removed variable name for unused size
2619 (WTF::ListHashSetNode::destroy): Changed to call the destructor rather than
4881 (WTF::ListHashSetNode::operator new):
4882 (WTF::ListHashSetNode::operator delete):
4883 (WTF::ListHashSetNode::destroy):
4919 (WTF::ListHashSetNode::ListHashSetNode):