Searched refs:NodeCache (Results 1 – 2 of 2) sorted by relevance
30 class NodeCache final {32 explicit NodeCache(unsigned max = 256)34 ~NodeCache() {} in ~NodeCache()60 DISALLOW_COPY_AND_ASSIGN(NodeCache);64 typedef NodeCache<int32_t> Int32NodeCache;65 typedef NodeCache<int64_t> Int64NodeCache;
24 struct NodeCache<Key, Hash, Pred>::Entry {31 bool NodeCache<Key, Hash, Pred>::Resize(Zone* zone) { in Resize()64 Node** NodeCache<Key, Hash, Pred>::Find(Zone* zone, Key key) { in Find()102 void NodeCache<Key, Hash, Pred>::GetCachedNodes(ZoneVector<Node*>* nodes) { in GetCachedNodes()115 template class NodeCache<int32_t>; variable116 template class NodeCache<int64_t>; variable