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

  /external/chromium_org/third_party/WebKit/Source/wtf/
ListHashSet.h 87 typedef HashTable<Node*, Node*, IdentityExtractor, NodeHash, NodeTraits, NodeTraits, typename Allocator::TableAllocator> ImplType;
88 typedef HashTableIterator<Node*, Node*, IdentityExtractor, NodeHash, NodeTraits, NodeTraits, typename Allocator::TableAllocator> ImplTypeIterator;
89 typedef HashTableConstIterator<Node*, Node*, IdentityExtractor, NodeHash, NodeTraits, NodeTraits, typename Allocator::TableAllocator> ImplTypeConstIterator;
249 typedef DefaultAllocator TableAllocator;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 605 BumpPtrAllocator TableAllocator;
644 LeaderTableEntry *Node = TableAllocator.Allocate<LeaderTableEntry>();
    [all...]

Completed in 223 milliseconds