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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp653 uint tail_jump_edge_cnt = TypeFunc::Parms+2; local
654 RegMask *tail_jump_rms = init_input_masks( tail_jump_edge_cnt + soe_cnt, _return_addr_mask, c_frame_ptr_mask );
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_cnt] = RegMask::Empty;
778 tail_jump_edge_cnt ++;

Completed in 44 milliseconds