Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm/
Dint_arm.cc1030 LIR* src_pos_negative = OpCmpImmBranch(kCondLt, rs_pos, 0, nullptr); in GenInlinedArrayCopyCharArray() local
1076 src_pos_negative->target = check_failed; in GenInlinedArrayCopyCharArray()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc862 LIR* src_pos_negative = OpCmpImmBranch(kCondLt, rs_src_pos, 0, nullptr); in GenInlinedArrayCopyCharArray() local
924 src_pos_negative->target = check_failed; in GenInlinedArrayCopyCharArray()