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 491 BumpPtrAllocator NodeAllocator;
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 190 /// NodeAllocator - Pool allocation for nodes.
191 NodeAllocatorType NodeAllocator;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 354 typedef AllocatorArg NodeAllocator;
361 void* operator new(size_t, NodeAllocator* allocator)
369 if (NodeAllocator::isGarbageCollected && HashTraits<ValueArg>::needsDestruction)
375 ASSERT(NodeAllocator::isGarbageCollected);
392 void destroy(NodeAllocator* allocator)
403 void trace(typename NodeAllocator::Visitor* visitor)
414 NodeAllocator::traceValue(visitor, this);
    [all...]

Completed in 70 milliseconds