Searched refs:_node_map (Results 1 - 2 of 2) 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];
H A Descape.cpp44 _node_map(C->comp_arena()) {

Completed in 40 milliseconds