Searched refs:starts_bundle (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.hpp171 bool starts_bundle(const Node *n) const { function in class:Scheduling
172 return (_node_bundling_limit > n->_idx && _node_bundling_base[n->_idx].starts_bundle());
H A Dcompile.cpp2210 char starts_bundle = ' '; local
2241 if (bundle->starts_bundle())
2242 starts_bundle = '+';
2261 tty->print(" %c ", starts_bundle);
2262 starts_bundle = ' ';
2274 if (node_bundling(delay)->starts_bundle())
2275 starts_bundle = '+';
2280 tty->print(" %c ", starts_bundle);
2281 starts_bundle = ' ';
H A Doutput.cpp806 bool Compile::starts_bundle(const Node *n) const { function in class:Compile
808 _node_bundling_base[n->_idx].starts_bundle());
1248 if (Pipeline::requires_bundling() && starts_bundle(head))
1288 if (Pipeline::requires_bundling() && starts_bundle(n))
H A Dcompile.hpp876 bool starts_bundle(const Node *n) const;

Completed in 55 milliseconds