Searched refs:length_compare (Results 1 – 1 of 1) sorted by relevance
1290 LIR *slowpath_branch = nullptr, *length_compare = nullptr; in GenInlinedIndexOf() local1329 length_compare = NewLIR0(kX86Jecxz8); in GenInlinedIndexOf()1344 length_compare = OpCmpImmBranch(kCondLe, rs_rCX, start_value, nullptr); in GenInlinedIndexOf()1374 length_compare = OpCmpBranch(kCondLe, rs_rCX, rs_rDI, nullptr); in GenInlinedIndexOf()1412 length_compare->target = not_found; in GenInlinedIndexOf()