Searched refs:get_map (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp558 Node* get_map(int idx) { return _node_map[idx]; } function in class:ConnectionGraph
H A Descape.cpp2260 set_map(addp, get_map(base->_idx));
2484 assert(get_map(use->_idx) != NULL || idx == alias_idx,
2707 ideal_nodes.clear(); // Reset for use with set_map/get_map.
2841 Node *base = get_map(jobj->idx()); // CheckCastPP node
2861 Node *val = get_map(jobj->idx()); // CheckCastPP node
3133 Node* nmem = get_map(n->_idx);

Completed in 506 milliseconds