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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp390 Node** p = &_in[i]; // cache this._in, across the del_out call
391 if (*p != NULL) (*p)->del_out((Node *)this);
438 void del_out( Node *n ) { function in class:Node
472 if (_in[i] != NULL) _in[i]->del_out((Node *)this);

Completed in 38 milliseconds