Searched refs:_outmax (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp315 _outcnt = _outmax = 0;
484 n->_outmax = 0;
538 _outcnt = _outmax = 0;
575 int out_edge_size = _outmax*sizeof(void*);
628 _max = _cnt = _outmax = _outcnt = 0;
664 uint new_max = _outmax;
666 _outmax = 4;
675 _out = (Node**)arena->Arealloc(_out,_outmax*sizeof(Node*),new_max*sizeof(Node*));
676 //Copy::zero_to_bytes(&_out[_outmax], (new_max-_outmax)*sizeo
[all...]
H A Dnode.hpp284 node_idx_t _outmax; // Actual length of output array. member in class:Node
434 if( _outcnt == _outmax ) out_grow(_outcnt);
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1091 c2_nonstatic_field(Node, _outmax, node_idx_t) \

Completed in 72 milliseconds