Searched refs:kSystemArrayCopyCharThreshold (Results 1 – 1 of 1) sorted by relevance
2364 static constexpr int32_t kSystemArrayCopyCharThreshold = 32; variable2395 if (len < 0 || len > kSystemArrayCopyCharThreshold) { in VisitSystemArrayCopyChar()2532 __ Cmp(WRegisterFrom(length), kSystemArrayCopyCharThreshold); in VisitSystemArrayCopyChar()