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

  /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...]
  /external/llvm/lib/Support/
YAMLParser.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 615 NodeAllocator.Deallocate(AllNodes.remove(N));
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 491 BumpPtrAllocator NodeAllocator;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 159 /// NodeAllocator - Pool allocation for nodes.
160 NodeAllocatorType NodeAllocator;
    [all...]

Completed in 62 milliseconds