Searched defs:srcPos_negative (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc1131 LIR* srcPos_negative = nullptr; local
1134 srcPos_negative = OpCmpImmBranch(kCondLt, tmp_reg, 0, nullptr);
1216 if (srcPos_negative != nullptr)
1217 srcPos_negative ->target = check_failed;

Completed in 602 milliseconds