Home | History | Annotate | Download | only in optimizing

Lines Matching full:length_reg

5672         Register length_reg = locations->GetTemp(0).AsRegister<Register>();
5673 __ movl(length_reg, array_len);
5675 __ shrl(length_reg, Immediate(1));
5676 codegen_->GenerateIntCompare(length_reg, index_loc);