Searched refs:length_arg (Results 1 – 3 of 3) sorted by relevance
117 int32_t length_arg = h_arg->GetLength(); in DoConcat() local121 const int32_t length_with_flag = String::GetFlaggedCount(length_this + length_arg, compressible); in DoConcat()130 memcpy(new_value + length_this, h_arg->GetValueCompressed(), length_arg * sizeof(uint8_t)); in DoConcat()143 for (int i = 0; i < length_arg; ++i) { in DoConcat()147 memcpy(new_value + length_this, h_arg->GetValue(), length_arg * sizeof(uint16_t)); in DoConcat()
61 int32_t length_arg = string_arg->GetLength(); in String_concat() local62 if (length_arg > 0 && length_this > 0) { in String_concat()
2643 Location length_arg = locations->InAt(4); in VisitSystemArrayCopy() local2644 Location length = length_arg; in VisitSystemArrayCopy()2782 DCHECK(length_arg.IsStackSlot()); in VisitSystemArrayCopy()2783 length = length_arg; in VisitSystemArrayCopy()2914 DCHECK(length.Equals(length_arg)); in VisitSystemArrayCopy()