Searched refs:CommonNodeCache (Results 1 – 3 of 3) sorted by relevance
23 class CommonNodeCache final {25 explicit CommonNodeCache(Zone* zone) in CommonNodeCache() function37 ~CommonNodeCache() = default;39 CommonNodeCache(const CommonNodeCache&) = delete;40 CommonNodeCache& operator=(const CommonNodeCache&) = delete;
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()
87 CommonNodeCache cache_; in NON_EXPORTED_BASE()