Searched refs:length_offset (Results 1 – 5 of 5) sorted by relevance
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 310 uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in Write() local 321 count_expr.WriteOpPlusUconst(length_offset); in Write()
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 663 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local 671 __ cmpl(Address(input, length_offset), in CheckPosition() 674 __ cmpl(Address(input, length_offset), length.AsRegister<CpuRegister>()); in CheckPosition() 680 __ movl(temp, Address(input, length_offset)); in CheckPosition() 704 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition() 708 __ movl(temp, Address(input, length_offset)); in CheckPosition()
|
D | intrinsics_x86.cc | 833 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local 841 __ cmpl(Address(input, length_offset), in CheckPosition() 844 __ cmpl(Address(input, length_offset), length.AsRegister<Register>()); in CheckPosition() 850 __ movl(temp, Address(input, length_offset)); in CheckPosition() 874 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition() 878 __ movl(temp, Address(input, length_offset)); in CheckPosition()
|
D | intrinsics_arm_vixl.cc | 1285 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local 1292 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition() 1302 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition() 1325 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition()
|
D | intrinsics_arm64.cc | 2640 const int32_t length_offset = mirror::Array::LengthOffset().Int32Value(); in CheckSystemArrayCopyPosition() local 2646 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition() 2652 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition() 2669 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition()
|