Home
last modified time | relevance | path

Searched refs:CommonNodeCache (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcommon-node-cache.h23 class CommonNodeCache final {
25 explicit CommonNodeCache(Zone* zone) in CommonNodeCache() function
37 ~CommonNodeCache() = default;
39 CommonNodeCache(const CommonNodeCache&) = delete;
40 CommonNodeCache& operator=(const CommonNodeCache&) = delete;
Dcommon-node-cache.cc14 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()
Dmachine-graph.h87 CommonNodeCache cache_; in NON_EXPORTED_BASE()