Searched refs:length_offset (Results 1 – 6 of 6) sorted by relevance
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 311 uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in Write() local 322 count_expr.WriteOpPlusUconst(length_offset); in Write()
|
/art/compiler/optimizing/ |
D | intrinsics_x86.cc | 828 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckSystemArrayCopyPosition() local 835 EmitCmplJLess(assembler, Address(array, length_offset), length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() 841 __ movl(temp, Address(array, length_offset)); in CheckSystemArrayCopyPosition() 863 __ movl(temp, Address(array, length_offset)); in CheckSystemArrayCopyPosition()
|
D | intrinsics_riscv64.cc | 1500 const int32_t length_offset = mirror::Array::LengthOffset().Int32Value(); in CheckSystemArrayCopyPosition() local 1507 __ Loadw(temp1, array, length_offset); in CheckSystemArrayCopyPosition() 1514 __ Loadw(temp1, array, length_offset); in CheckSystemArrayCopyPosition() 1533 __ Loadw(temp1, array, length_offset); in CheckSystemArrayCopyPosition()
|
D | intrinsics_x86_64.cc | 697 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckSystemArrayCopyPosition() local 704 EmitCmplJLess(assembler, Address(array, length_offset), length, slow_path->GetEntryLabel()); in CheckSystemArrayCopyPosition() 710 __ movl(temp, Address(array, length_offset)); in CheckSystemArrayCopyPosition() 732 __ movl(temp, Address(array, length_offset)); in CheckSystemArrayCopyPosition()
|
D | intrinsics_arm_vixl.cc | 1259 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in CheckSystemArrayCopyPosition() local 1266 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition() 1274 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition() 1296 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition()
|
D | intrinsics_arm64.cc | 2792 const int32_t length_offset = mirror::Array::LengthOffset().Int32Value(); in CheckSystemArrayCopyPosition() local 2798 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition() 2806 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition() 2826 __ Ldr(temp, MemOperand(array, length_offset)); in CheckSystemArrayCopyPosition()
|