Home
last modified time | relevance | path

Searched refs:NodeHashCache (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Descape-analysis-reducer.h23 class NodeHashCache {
25 NodeHashCache(Graph* graph, Zone* zone) in NodeHashCache() function
33 Constructor(NodeHashCache* cache, Node* from) in Constructor()
36 Constructor(NodeHashCache* cache, const Operator* op, int input_count,
57 NodeHashCache* node_cache_;
114 NodeHashCache node_cache_; in NON_EXPORTED_BASE()
Descape-analysis-reducer.cc160 NodeHashCache::Constructor new_node(&node_cache_, node); in ReduceDeoptState()
176 NodeHashCache::Constructor new_node(&node_cache_, node); in ReduceDeoptState()
199 NodeHashCache::Constructor new_node( in ReduceDeoptState()
363 Node* NodeHashCache::Query(Node* node) { in Query()
372 NodeHashCache::Constructor::Constructor(NodeHashCache* cache, in Constructor()
397 Node* NodeHashCache::Constructor::Get() { in Get()
416 Node* NodeHashCache::Constructor::MutableNode() { in MutableNode()