Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsics_arm64.cc2921 static constexpr int32_t kSystemArrayCopyCharThreshold = 192; variable
2950 if (len < 0 || len > kSystemArrayCopyCharThreshold) { in VisitSystemArrayCopyChar()
3093 __ Cmp(WRegisterFrom(length), kSystemArrayCopyCharThreshold); in VisitSystemArrayCopyChar()
3098 DCHECK_LE(length.GetConstant()->AsIntConstant()->GetValue(), kSystemArrayCopyCharThreshold); in VisitSystemArrayCopyChar()