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

  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 61 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
166 OwnPtr<NodeAllocator> m_allocator;
171 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
239 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
251 void* operator new(size_t, NodeAllocator* allocator)
255 void destroy(NodeAllocator* allocator)
894 m_allocator = adoptPtr(new NodeAllocator);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 636 NodeAllocator.Deallocate(AllNodes.remove(N));
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 487 BumpPtrAllocator NodeAllocator;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 153 /// NodeAllocator - Pool allocation for nodes.
154 NodeAllocatorType NodeAllocator;
    [all...]

Completed in 60 milliseconds