Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_info_writer.h310 uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in Write() local
321 count_expr.WriteOpPlusUconst(length_offset); in Write()
/art/compiler/optimizing/
Dintrinsics_x86_64.cc663 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()
Dintrinsics_x86.cc833 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()
Dintrinsics_arm_vixl.cc1285 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()
Dintrinsics_arm64.cc2640 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()