Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcommon-node-cache.h23 class CommonNodeCache final {
25 explicit CommonNodeCache(Zone* zone) : zone_(zone) {} in CommonNodeCache() function
26 ~CommonNodeCache() {} in ~CommonNodeCache()
87 DISALLOW_COPY_AND_ASSIGN(CommonNodeCache);
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()
Djs-graph.h194 CommonNodeCache cache_; in NON_EXPORTED_BASE()