Searched defs:_node_map (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp543 Node_Array _node_map; // used for bookeeping during type splitting member in class:ConnectionGraph
551 // manage entries in _node_map
555 _node_map.map(from->_idx, to);
558 Node* get_map(int idx) { return _node_map[idx]; }
561 Node* phi = _node_map[idx];

Completed in 43 milliseconds