Searched refs:_framesize (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dregalloc.cpp44 _framesize(0xdeadbeef)
62 ? reg - OptoReg::stack0() + _framesize
90 int reg = (slot < (int) _framesize)
92 : OptoReg::stack2reg(slot) - _framesize;
H A Dregalloc.hpp57 uint _framesize; // Size of frame in stack-slots. not counting preserve area member in class:PhaseRegAlloc
H A Dchaitin.cpp602 _framesize = C->out_preserve_stack_slots();
605 _framesize = _max_reg -_matcher._new_SP;
607 assert((int)(_matcher._new_SP+_framesize) >= (int)_matcher._out_arg_limit, "framesize must be large enough");
610 _framesize = round_to(_framesize, Matcher::stack_alignment_in_slots());
611 assert(_framesize <= 1000000, "sanity check");
613 _total_framesize += _framesize;
614 if ((int)_framesize > _max_framesize) {
615 _max_framesize = _framesize;
2060 _matcher._new_SP, _framesize );
[all...]
H A DbuildOopMap.cpp209 int framesize = regalloc->_framesize;
H A Doutput.cpp974 _frame_slots = OptoReg::reg2stack(_matcher->_old_SP)+_regalloc->_framesize;
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.hpp96 int _framesize; member in class:FrameMap
192 int framesize () const { assert(_framesize != -1, "hasn't been calculated"); return _framesize; }
H A Dc1_FrameMap.cpp158 _framesize = -1;
189 assert(_framesize == -1, "should only be calculated once");
190 _framesize = round_to(in_bytes(sp_offset_for_monitor_base(0)) +
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1206 c2_nonstatic_field(PhaseRegAlloc, _framesize, uint) \

Completed in 133 milliseconds