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.cc672 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local
680 __ cmpl(Address(input, length_offset), in CheckPosition()
683 __ cmpl(Address(input, length_offset), length.AsRegister<CpuRegister>()); in CheckPosition()
689 __ movl(temp, Address(input, length_offset)); in CheckPosition()
713 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition()
717 __ movl(temp, Address(input, length_offset)); in CheckPosition()
Dintrinsics_x86.cc864 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local
872 __ cmpl(Address(input, length_offset), in CheckPosition()
875 __ cmpl(Address(input, length_offset), length.AsRegister<Register>()); in CheckPosition()
881 __ movl(temp, Address(input, length_offset)); in CheckPosition()
905 __ cmpl(Address(input, length_offset), pos_reg); in CheckPosition()
909 __ movl(temp, Address(input, length_offset)); in CheckPosition()
Dintrinsics_arm_vixl.cc1854 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckPosition() local
1861 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition()
1871 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition()
1894 __ Ldr(temp, MemOperand(input, length_offset)); in CheckPosition()
Dintrinsics_arm64.cc2125 const int32_t length_offset = mirror::Array::LengthOffset().Int32Value(); in CheckSystemArrayCopyPosition() local
2131 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition()
2137 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition()
2154 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition()