Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc5099 CpuRegister length_reg = CpuRegister(TMP); in VisitBoundsCheck() local
5100 __ movl(length_reg, array_len); in VisitBoundsCheck()
5102 __ shrl(length_reg, Immediate(1)); in VisitBoundsCheck()
5103 codegen_->GenerateIntCompare(length_reg, index_loc); in VisitBoundsCheck()