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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp306 inline DUIterator outs() const;
322 DUIterator outs() const { return 0; } function in class:Node
1079 // for (DUIterator i = x->outs(); x->has_out(i); i++) {
1132 DUIterator Node::outs() const function in class:Node

Completed in 38 milliseconds