Lines Matching refs:length

1776   HIntConstant* length = invoke->InputAt(4)->AsIntConstant();  in VisitSystemArrayCopy()  local
1784 if (length != nullptr && !assembler_->ShifterOperandCanAlwaysHold(length->GetValue())) { in VisitSystemArrayCopy()
1799 Location length, in CheckPosition() argument
1812 if (length.IsConstant()) { in CheckPosition()
1813 __ Cmp(temp, Int32ConstantFrom(length)); in CheckPosition()
1815 __ Cmp(temp, RegisterFrom(length)); in CheckPosition()
1826 if (length.IsConstant()) { in CheckPosition()
1827 __ Cmp(temp, Int32ConstantFrom(length)); in CheckPosition()
1829 __ Cmp(temp, RegisterFrom(length)); in CheckPosition()
1849 if (length.IsConstant()) { in CheckPosition()
1850 __ Cmp(temp, Int32ConstantFrom(length)); in CheckPosition()
1852 __ Cmp(temp, RegisterFrom(length)); in CheckPosition()
1876 Location length = locations->InAt(4); in VisitSystemArrayCopy() local
1944 if (!length.IsConstant() && in VisitSystemArrayCopy()
1947 __ Cmp(RegisterFrom(length), 0); in VisitSystemArrayCopy()
1955 length, in VisitSystemArrayCopy()
1964 length, in VisitSystemArrayCopy()
2131 if (length.IsConstant() && Int32ConstantFrom(length) == 0) { in VisitSystemArrayCopy()
2138 if (length.IsRegister()) { in VisitSystemArrayCopy()
2140 __ CompareAndBranchIfZero(RegisterFrom(length), &done, /* is_far_target= */ false); in VisitSystemArrayCopy()
2183 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); in VisitSystemArrayCopy()
2227 GenSystemArrayCopyEndAddress(GetAssembler(), type, length, temp1, temp3); in VisitSystemArrayCopy()
2941 if (static_cast<uint32_t>(value - info.low) < info.length) { in VisitIntegerValueOf()
2963 __ Cmp(out, info.length); in VisitIntegerValueOf()