Home
last modified time | relevance | path

Searched refs:length_offset (Results 1 – 6 of 6) sorted by relevance

/art/compiler/debug/
Delf_debug_info_writer.h311 uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value(); in Write() local
322 count_expr.WriteOpPlusUconst(length_offset); in Write()
/art/compiler/optimizing/
Dintrinsics_x86.cc828 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()
Dintrinsics_riscv64.cc1500 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()
Dintrinsics_x86_64.cc697 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()
Dintrinsics_arm_vixl.cc1259 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()
Dintrinsics_arm64.cc2792 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()