Searched refs:dest_pos_constant (Results 1 – 2 of 2) sorted by relevance
1424 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy() local1425 __ cmp(src_pos.AsRegister<Register>(), ShifterOperand(dest_pos_constant)); in VisitSystemArrayCopy()
1180 int32_t dest_pos_constant = dest_pos.GetConstant()->AsIntConstant()->GetValue(); in VisitSystemArrayCopy() local1181 __ cmpl(src_pos.AsRegister<CpuRegister>(), Immediate(dest_pos_constant)); in VisitSystemArrayCopy()