Searched refs:length_offset (Results 1 – 3 of 3) 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_arm64.cc | 2092 const int32_t length_offset = mirror::Array::LengthOffset().Int32Value(); in CheckSystemArrayCopyPosition() local 2098 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition() 2104 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition() 2121 __ Ldr(temp, MemOperand(input, length_offset)); in CheckSystemArrayCopyPosition()
|
D | intrinsics_arm_vixl.cc | 1854 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()
|