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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp163 class DUIterator_Last;
167 typedef Node** DUIterator_Last; typedef
201 friend class DUIterator_Last;
316 inline DUIterator_Last last_outs(DUIterator_Last& min) const;
317 inline Node* last_out(DUIterator_Last& i) const;
343 DUIterator_Last last_outs(DUIterator_Last& min) const {
350 Node* last_out(DUIterator_Last i) const { return *i; }
1156 friend class DUIterator_Last;
1221 class DUIterator_Last : private DUIterator_Fast { class in inherits:DUIterator_Fast
1231 DUIterator_Last(const Node* node, ptrdiff_t offset) function in class:DUIterator_Last
1238 DUIterator_Last() { } function in class:DUIterator_Last
[all...]

Completed in 831 milliseconds