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