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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp314 inline Node* fast_out(DUIterator_Fast& i) const;
340 Node* fast_out(DUIterator_Fast i) const { return *i; }
1146 // Node* y = x->fast_out(i);
1206 Node* Node::fast_out(DUIterator_Fast& i) const { function in class:Node
1288 Node* get() { return node->fast_out(i); }

Completed in 28 milliseconds