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.cc614 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local
622 __ cmpl(Address(input, length_offset), in CheckPosition()
625 __ cmpl(Address(input, length_offset), length.AsRegister<CpuRegister>()); in CheckPosition()
631 __ movl(temp, Address(input, length_offset)); in CheckPosition()
655 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition()
659 __ movl(temp, Address(input, length_offset)); in CheckPosition()
Dintrinsics_x86.cc819 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local
827 __ cmpl(Address(input, length_offset), in CheckPosition()
830 __ cmpl(Address(input, length_offset), length.AsRegister<Register>()); in CheckPosition()
836 __ movl(temp, Address(input, length_offset)); in CheckPosition()
860 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition()
864 __ movl(temp, Address(input, length_offset)); in CheckPosition()
Dintrinsics_arm_vixl.cc1804 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local
1811 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition()
1821 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition()
1844 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition()
Dintrinsics_arm64.cc2050 const int32_t length_offset = mirror::Array::LengthOffset().Int32Value(); in CheckSystemArrayCopyPosition() local
2056 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition()
2062 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition()
2079 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition()