Searched refs:length_reg (Results 1 – 1 of 1) sorted by relevance
5099 CpuRegister length_reg = CpuRegister(TMP); in VisitBoundsCheck() local5100 __ movl(length_reg, array_len); in VisitBoundsCheck()5102 __ shrl(length_reg, Immediate(1)); in VisitBoundsCheck()5103 codegen_->GenerateIntCompare(length_reg, index_loc); in VisitBoundsCheck()