Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Descape-analysis-reducer.h22 class NodeHashCache {
24 NodeHashCache(Graph* graph, Zone* zone) in NodeHashCache() function
32 Constructor(NodeHashCache* cache, Node* from) in Constructor()
35 Constructor(NodeHashCache* cache, const Operator* op, int input_count,
56 NodeHashCache* node_cache_;
110 NodeHashCache node_cache_; in NON_EXPORTED_BASE()
Descape-analysis-reducer.cc168 NodeHashCache::Constructor new_node(&node_cache_, node); in ReduceDeoptState()
181 NodeHashCache::Constructor new_node(&node_cache_, node); in ReduceDeoptState()
204 NodeHashCache::Constructor new_node( in ReduceDeoptState()
359 Node* NodeHashCache::Query(Node* node) { in Query()
368 NodeHashCache::Constructor::Constructor(NodeHashCache* cache, in Constructor()
393 Node* NodeHashCache::Constructor::Get() { in Get()
412 Node* NodeHashCache::Constructor::MutableNode() { in MutableNode()