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

/openjdk7/hotspot/src/share/vm/opto/
H A Dregalloc.cpp34 int PhaseRegAlloc::_max_framesize = 0; member in class:PhaseRegAlloc
121 tty->print_cr("Total frameslots = %d, Max frameslots = %d", _total_framesize, _max_framesize);
H A Dregalloc.hpp136 static int _max_framesize;
H A Dchaitin.cpp465 if( (int)_framesize > _max_framesize )
466 _max_framesize = _framesize;

Completed in 64 milliseconds