Home
last modified time | relevance | path

Searched refs:length_reg (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc5120 CpuRegister length_reg = CpuRegister(TMP); in VisitBoundsCheck() local
5121 __ movl(length_reg, array_len); in VisitBoundsCheck()
5123 __ shrl(length_reg, Immediate(1)); in VisitBoundsCheck()
5124 codegen_->GenerateIntCompare(length_reg, index_loc); in VisitBoundsCheck()
Dcode_generator_x86.cc5687 Register length_reg = locations->GetTemp(0).AsRegister<Register>(); in VisitBoundsCheck() local
5688 __ movl(length_reg, array_len); in VisitBoundsCheck()
5690 __ shrl(length_reg, Immediate(1)); in VisitBoundsCheck()
5691 codegen_->GenerateIntCompare(length_reg, index_loc); in VisitBoundsCheck()