Searched refs:CommonNodeCache (Results 1 – 3 of 3) sorted by relevance
23 class CommonNodeCache final {25 explicit CommonNodeCache(Zone* zone) : zone_(zone) {} in CommonNodeCache() function26 ~CommonNodeCache() {} in ~CommonNodeCache()70 DISALLOW_COPY_AND_ASSIGN(CommonNodeCache);
14 Node** CommonNodeCache::FindExternalConstant(ExternalReference value) { in FindExternalConstant()19 Node** CommonNodeCache::FindHeapConstant(Handle<HeapObject> value) { in FindHeapConstant()24 void CommonNodeCache::GetCachedNodes(ZoneVector<Node*>* nodes) { in GetCachedNodes()
158 CommonNodeCache cache_;