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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp349 PointsToNode* ptnode_adr(int idx) const { function in class:ConnectionGraph
506 PointsToNode* ptn = ptnode_adr(to->_idx);
516 add_edge(ptnode_adr(n->_idx), ptn);

Completed in 34 milliseconds