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

/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc1289 LIR *slowpath_branch = nullptr, *length_compare = nullptr; local
1328 length_compare = NewLIR0(kX86Jecxz8);
1343 length_compare = OpCmpImmBranch(kCondLe, rs_rCX, start_value, nullptr);
1373 length_compare = OpCmpBranch(kCondLe, rs_rCX, rs_rDI, nullptr);
1411 length_compare->target = not_found;

Completed in 165 milliseconds