Searched refs:length_reg (Results 1 – 3 of 3) sorted by relevance
6204 CpuRegister length_reg = CpuRegister(TMP); in VisitBoundsCheck() local6205 __ movl(length_reg, array_len); in VisitBoundsCheck()6207 __ shrl(length_reg, Immediate(1)); in VisitBoundsCheck()6208 codegen_->GenerateIntCompare(length_reg, index_loc); in VisitBoundsCheck()
6895 Register length_reg = locations->GetTemp(0).AsRegister<Register>(); in VisitBoundsCheck() local6896 __ movl(length_reg, array_len); in VisitBoundsCheck()6898 __ shrl(length_reg, Immediate(1)); in VisitBoundsCheck()6899 codegen_->GenerateIntCompare(length_reg, index_loc); in VisitBoundsCheck()
3033 Register length_reg = WRegisterFrom(length); in VisitSystemArrayCopyChar() local3034 __ Subs(length_tmp, length_reg, chars_per_block); in VisitSystemArrayCopyChar()