Searched refs:del_out (Results 1 - 2 of 2) 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);
H A Dnode.cpp771 if (n != NULL) n->del_out((Node *)this);
913 if (_in[j] != NULL) _in[j]->del_out((Node *)this);

Completed in 32 milliseconds