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.cc5676 CpuRegister length_reg = CpuRegister(TMP); in VisitBoundsCheck() local
5677 __ movl(length_reg, array_len); in VisitBoundsCheck()
5679 __ shrl(length_reg, Immediate(1)); in VisitBoundsCheck()
5680 codegen_->GenerateIntCompare(length_reg, index_loc); in VisitBoundsCheck()
Dcode_generator_x86.cc6341 Register length_reg = locations->GetTemp(0).AsRegister<Register>(); in VisitBoundsCheck() local
6342 __ movl(length_reg, array_len); in VisitBoundsCheck()
6344 __ shrl(length_reg, Immediate(1)); in VisitBoundsCheck()
6345 codegen_->GenerateIntCompare(length_reg, index_loc); in VisitBoundsCheck()