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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DNode.java93 public int outcnt() { method in class:Node
115 _out = new Node[outcnt()];
117 for (int j = 0; j < outcnt(); j++) {
149 int limit = d > 0 ? tp.len() : tp.outcnt();
251 for (int i = 0; i < outcnt(); i++) { // For all outputs
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp302 uint outcnt() const { return _outcnt; } function in class:Node

Completed in 191 milliseconds