Home
last modified time | relevance | path

Searched refs:length_offset (Results 1 – 3 of 3) 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_arm64.cc2092 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()
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()