Searched defs:dstPos_negative (Results 1 - 1 of 1) sorted by path

/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc1169 LIR* dstPos_negative = nullptr; local
1176 dstPos_negative = OpCmpImmBranch(kCondLt, tmp_reg, 0, nullptr);
1240 if (dstPos_negative != nullptr)
1241 dstPos_negative->target = check_failed;

Completed in 79 milliseconds