Searched defs:tail_jump_rms (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp654 RegMask *tail_jump_rms = init_input_masks( tail_jump_edge_cnt + soe_cnt, _return_addr_mask, c_frame_ptr_mask ); local
672 // the tail_jump_rms array.
676 tail_jump_rms[TypeFunc::Parms+0] = m->MachNode::in_RegMask(TypeFunc::Parms+0);
677 tail_jump_rms[TypeFunc::Parms+1] = m->MachNode::in_RegMask(TypeFunc::Parms+1);
693 case Op_TailJump : exit->_in_rms = tail_jump_rms; break;
712 tail_jump_rms[tail_jump_edge_cnt] = mreg2regmask[i];
729 tail_jump_rms[tail_jump_edge_cnt].Insert(OptoReg::Name(i+1));
741 tail_jump_rms[tail_jump_edge_cnt] = RegMask::Empty;
755 tail_jump_rms[tail_jump_edge_cnt].Insert(OptoReg::Name(i+1));
767 tail_jump_rms[tail_jump_edge_cn
[all...]

Completed in 34 milliseconds