Searched refs:unroll_threshold (Results 1 – 1 of 1) sorted by relevance
2981 constexpr int32_t unroll_threshold = 2 * chars_per_block; in VisitSystemArrayCopyChar() local3020 if (constant_length >= unroll_threshold) { in VisitSystemArrayCopyChar()3024 static_assert(unroll_threshold == 8, "The unroll_threshold must be 8."); in VisitSystemArrayCopyChar()