Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm_vixl.cc149 const Location& copy_length, in GenSystemArrayCopyEndAddress() argument
159 if (copy_length.IsConstant()) { in GenSystemArrayCopyEndAddress()
160 int32_t constant = Int32ConstantFrom(copy_length); in GenSystemArrayCopyEndAddress()
163 __ Add(end, base, Operand(RegisterFrom(copy_length), vixl32::LSL, element_size_shift)); in GenSystemArrayCopyEndAddress()