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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp393 if (n != NULL) n->add_out((Node *)this);
404 if (n != NULL) n->add_out((Node *)this);
432 void add_out( Node *n ) { function in class:Node
474 if (n != NULL) n->add_out((Node *)this);

Completed in 65 milliseconds