Searched refs:tail_length (Results 1 – 1 of 1) sorted by relevance
3003 auto emitUnrolledTailLoop = [&](const int32_t tail_length) { in VisitSystemArrayCopyChar() argument3004 DCHECK_LT(tail_length, 4); in VisitSystemArrayCopyChar()3007 if ((tail_length & 2) != 0) { in VisitSystemArrayCopyChar()3011 if ((tail_length & 1) != 0) { in VisitSystemArrayCopyChar()3012 const int32_t offset = (tail_length & ~1) * char_size; in VisitSystemArrayCopyChar()