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

/openjdk7/hotspot/src/share/vm/opto/
H A Descape.hpp215 int edge_count() const { return _edges.length(); } function in class:PointsToNode
308 inline EdgeIterator(const PointsToNode* n) : PointsToIterator(n, n->edge_count()) { }

Completed in 32 milliseconds