Searched refs:out_grow (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp289 void out_grow( uint len );
434 if( _outcnt == _outmax ) out_grow(_outcnt);
H A Dnode.cpp659 //-----------------------------out_grow----------------------------------------
661 void Node::out_grow( uint len ) { function in class:Node

Completed in 41 milliseconds