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

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

Completed in 189 milliseconds