Lines Matching refs:length

2019   HIntConstant* length = invoke->InputAt(4)->AsIntConstant();  in VisitSystemArrayCopyChar()  local
2020 if (length != nullptr) { in VisitSystemArrayCopyChar()
2021 int32_t len = length->GetValue(); in VisitSystemArrayCopyChar()
2046 const Location& length, in CheckSystemArrayCopyPosition() argument
2057 __ Cmp(temp, OperandFrom(length, DataType::Type::kInt32)); in CheckSystemArrayCopyPosition()
2067 __ Cmp(temp, OperandFrom(length, DataType::Type::kInt32)); in CheckSystemArrayCopyPosition()
2082 __ Ccmp(temp, OperandFrom(length, DataType::Type::kInt32), NFlag, ge); in CheckSystemArrayCopyPosition()
2138 Location length = locations->InAt(4); in VisitSystemArrayCopyChar() local
2155 if (!length.IsConstant()) { in VisitSystemArrayCopyChar()
2159 __ Cmp(WRegisterFrom(length), kSystemArrayCopyCharThreshold); in VisitSystemArrayCopyChar()
2163 DCHECK_GE(length.GetConstant()->AsIntConstant()->GetValue(), 0); in VisitSystemArrayCopyChar()
2164 DCHECK_LE(length.GetConstant()->AsIntConstant()->GetValue(), 32); in VisitSystemArrayCopyChar()
2174 length, in VisitSystemArrayCopyChar()
2182 length, in VisitSystemArrayCopyChar()
2197 length, in VisitSystemArrayCopyChar()
2244 HIntConstant* length = invoke->InputAt(4)->AsIntConstant(); in VisitSystemArrayCopy() local
2245 if (length != nullptr) { in VisitSystemArrayCopy()
2246 int32_t len = length->GetValue(); in VisitSystemArrayCopy()
2312 Location length = locations->InAt(4); in VisitSystemArrayCopy() local
2372 if (!length.IsConstant() && in VisitSystemArrayCopy()
2378 __ Cmp(WRegisterFrom(length), kSystemArrayCopyThreshold); in VisitSystemArrayCopy()
2385 length, in VisitSystemArrayCopy()
2394 length, in VisitSystemArrayCopy()
2613 if (length.IsConstant() && length.GetConstant()->AsIntConstant()->GetValue() == 0) { in VisitSystemArrayCopy()
2623 if (length.IsRegister()) { in VisitSystemArrayCopy()
2625 __ Cbz(WRegisterFrom(length), &done); in VisitSystemArrayCopy()
2689 length, in VisitSystemArrayCopy()
2727 length, in VisitSystemArrayCopy()
2815 if (static_cast<uint32_t>(value - info.low) < info.length) { in VisitIntegerValueOf()
2837 __ Cmp(out.W(), info.length); in VisitIntegerValueOf()
2938 const Register& length, in GenerateCodeForCalculationCRC32ValueOfBytes() argument
2964 __ Mov(len, length); in GenerateCodeForCalculationCRC32ValueOfBytes()
3065 Register length = WRegisterFrom(locations->InAt(3)); in VisitCRC32UpdateBytes() local
3066 __ Cmp(length, kCRC32UpdateBytesThreshold); in VisitCRC32UpdateBytes()
3085 GenerateCodeForCalculationCRC32ValueOfBytes(masm, crc, ptr, length, out); in VisitCRC32UpdateBytes()
3128 Register length = WRegisterFrom(locations->InAt(3)); in VisitCRC32UpdateByteBuffer() local
3130 GenerateCodeForCalculationCRC32ValueOfBytes(masm, crc, ptr, length, out); in VisitCRC32UpdateByteBuffer()