Searched refs:kLargeArrayThreshold (Results 1 – 2 of 2) sorted by relevance
995 constexpr int kLargeArrayThreshold = 256; in GenInlinedArrayCopyCharArray() local1025 LIR* len_neg_or_too_big = OpCmpImmBranch(kCondHi, rs_length, kLargeArrayThreshold, nullptr); in GenInlinedArrayCopyCharArray()
827 constexpr int kLargeArrayThreshold = 512; in GenInlinedArrayCopyCharArray() local857 LIR* len_neg_or_too_big = OpCmpImmBranch(kCondHi, rs_length, kLargeArrayThreshold, nullptr); in GenInlinedArrayCopyCharArray()