Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc1153 LIR* dstPos_negative = nullptr; in GenInlinedArrayCopyCharArray() local
1160 dstPos_negative = OpCmpImmBranch(kCondLt, tmp_reg, 0, nullptr); in GenInlinedArrayCopyCharArray()
1224 if (dstPos_negative != nullptr) in GenInlinedArrayCopyCharArray()
1225 dstPos_negative->target = check_failed; in GenInlinedArrayCopyCharArray()