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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp162 class DUIterator_Fast;
166 typedef Node** DUIterator_Fast; typedef
200 friend class DUIterator_Fast;
313 inline DUIterator_Fast fast_outs(DUIterator_Fast& max) const;
314 inline Node* fast_out(DUIterator_Fast& i) const;
333 DUIterator_Fast fast_outs(DUIterator_Fast& max) const {
340 Node* fast_out(DUIterator_Fast i) const { return *i; }
1145 // for (DUIterator_Fast ima
1154 class DUIterator_Fast : public DUIterator_Common { class in inherits:DUIterator_Common
1173 DUIterator_Fast(const Node* node, ptrdiff_t offset) function in class:DUIterator_Fast
1178 DUIterator_Fast() function in class:DUIterator_Fast
[all...]

Completed in 37 milliseconds