Searched refs:kSystemArrayCopyCharThreshold (Results 1 – 1 of 1) sorted by relevance
2734 static constexpr int32_t kSystemArrayCopyCharThreshold = 192; variable2763 if (len < 0 || len > kSystemArrayCopyCharThreshold) { in VisitSystemArrayCopyChar()2908 __ Cmp(WRegisterFrom(length), kSystemArrayCopyCharThreshold); in VisitSystemArrayCopyChar()2913 DCHECK_LE(length.GetConstant()->AsIntConstant()->GetValue(), kSystemArrayCopyCharThreshold); in VisitSystemArrayCopyChar()