Searched defs:NodeAllocator (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Support/
H A DYAMLParser.h487 BumpPtrAllocator NodeAllocator; member in class:llvm::yaml::Document
/external/webkit/Source/JavaScriptCore/wtf/
H A DListHashSet.h60 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator; typedef in class:WTF::ListHashSet
136 OwnPtr<NodeAllocator> m_allocator;
141 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator; typedef in struct:WTF::ListHashSetNodeAllocator
209 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator; typedef in struct:WTF::ListHashSetNode
221 void* operator new(size_t, NodeAllocator* allocator)
225 void destroy(NodeAllocator* allocator)
365 typedef ListHashSetNodeAllocator<ValueType, inlineCapacity> NodeAllocator; typedef in struct:WTF::ListHashSetTranslator
369 static void translate(Node*& location, const ValueType& key, NodeAllocator* allocator)
379 , m_allocator(new NodeAllocator)
387 , m_allocator(new NodeAllocator)
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h155 /// NodeAllocator - Pool allocation for nodes.
156 NodeAllocatorType NodeAllocator; member in class:llvm::SelectionDAG

Completed in 1253 milliseconds