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

  /external/llvm/include/llvm/Support/
YAMLParser.h 487 BumpPtrAllocator NodeAllocator;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 155 /// NodeAllocator - Pool allocation for nodes.
156 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 57 milliseconds