Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dint_arm.cc1036 LIR* dst_pos_negative = OpCmpImmBranch(kCondLt, rs_pos, 0, nullptr); in GenInlinedArrayCopyCharArray() local
1078 dst_pos_negative->target = check_failed; in GenInlinedArrayCopyCharArray()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc869 LIR* dst_pos_negative = OpCmpImmBranch(kCondLt, rs_dst_pos, 0, nullptr); in GenInlinedArrayCopyCharArray() local
926 dst_pos_negative->target = check_failed; in GenInlinedArrayCopyCharArray()