Home
last modified time | relevance | path

Searched refs:tail_length (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dintrinsics_arm64.cc3003 auto emitUnrolledTailLoop = [&](const int32_t tail_length) { in VisitSystemArrayCopyChar() argument
3004 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()