HomeSort by relevance Sort by last modified time
    Searched refs:NodeHashCache (Results 1 - 2 of 2) sorted by null

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

Completed in 357 milliseconds