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

/openjdk7/hotspot/src/share/vm/opto/
H A Dregalloc.hpp60 uint node_regs_max_index() const { return _node_regs_max_index; } function in class:PhaseRegAlloc
H A Dcallnode.cpp333 if (regalloc->node_regs_max_index() > 0 &&
404 if (regalloc->node_regs_max_index() > 0 &&
H A Doutput.cpp1779 uint node_max = _regalloc->node_regs_max_index();
2685 if (pinch->_idx >= _regalloc->node_regs_max_index()) {

Completed in 43 milliseconds