HomeSort by relevance Sort by last modified time
    Searched defs:NodeAllocator (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 157 /// NodeAllocator - Pool allocation for nodes.
158 NodeAllocatorType NodeAllocator;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ListHashSet.h 60 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
136 OwnPtr<NodeAllocator> m_allocator;
141 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
209 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
221 void* operator new(size_t, NodeAllocator* allocator)
225 void destroy(NodeAllocator* allocator)
365 typedef ListHashSetNodeAllocator<ValueType, inlineCapacity> NodeAllocator;
369 static void translate(Node*& location, const ValueType& key, NodeAllocator* allocator)
379 , m_allocator(new NodeAllocator)
387 , m_allocator(new NodeAllocator)
    [all...]

Completed in 606 milliseconds