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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp292 // for (EdgeIterator i(n); i.has_next(); i.next()) {
306 class EdgeIterator: public PointsToIterator { class in inherits:PointsToIterator
308 inline EdgeIterator(const PointsToNode* n) : PointsToIterator(n, n->edge_count()) { } function in class:EdgeIterator

Completed in 45 milliseconds