Searched defs:slow_path_branch (Results 1 - 1 of 1) sorted by path

/art/compiler/dex/quick/
H A Dgen_invoke.cc964 LIR* slow_path_branch; local
967 slow_path_branch = OpCondBranch(kCondNe, nullptr);
970 slow_path_branch = OpCmpImmBranch(kCondNe, reg_slow_path, 0, nullptr);
984 AddIntrinsicSlowPath(info, slow_path_branch, intrinsic_finish);

Completed in 58 milliseconds