Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dint_arm.cc1025 LIR* len_neg_or_too_big = OpCmpImmBranch(kCondHi, rs_length, kLargeArrayThreshold, nullptr); in GenInlinedArrayCopyCharArray() local
1075 len_neg_or_too_big->target = check_failed; in GenInlinedArrayCopyCharArray()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc857 LIR* len_neg_or_too_big = OpCmpImmBranch(kCondHi, rs_length, kLargeArrayThreshold, nullptr); in GenInlinedArrayCopyCharArray() local
923 len_neg_or_too_big->target = check_failed; in GenInlinedArrayCopyCharArray()