Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_arm64.cc2734 static constexpr int32_t kSystemArrayCopyCharThreshold = 192; variable
2763 if (len < 0 || len > kSystemArrayCopyCharThreshold) { in VisitSystemArrayCopyChar()
2908 __ Cmp(WRegisterFrom(length), kSystemArrayCopyCharThreshold); in VisitSystemArrayCopyChar()
2913 DCHECK_LE(length.GetConstant()->AsIntConstant()->GetValue(), kSystemArrayCopyCharThreshold); in VisitSystemArrayCopyChar()