Searched refs:kSystemArrayCopyThreshold (Results 1 – 1 of 1) sorted by relevance
2261 static constexpr int32_t kSystemArrayCopyThreshold = 128; variable2289 if (len < 0 || len >= kSystemArrayCopyThreshold) { in VisitSystemArrayCopy()2420 __ Cmp(WRegisterFrom(length), kSystemArrayCopyThreshold); in VisitSystemArrayCopy()