Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc1290 LIR *slowpath_branch = nullptr, *length_compare = nullptr; in GenInlinedIndexOf() local
1298 slowpath_branch = OpCmpImmBranch(kCondGt, rs_rAX, 0xFFFF, nullptr); in GenInlinedIndexOf()
1423 if (slowpath_branch != nullptr) { in GenInlinedIndexOf()
1425 AddIntrinsicSlowPath(info, slowpath_branch, return_point); in GenInlinedIndexOf()