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

/art/compiler/dex/quick/
H A Dgen_common.cc1083 LIR* slow_path_branch = OpCmpImmBranch(kCondEq, class_reg, 0, NULL); local
1111 AddSlowPath(new (arena_) InitTypeSlowPath(this, slow_path_branch, slow_path_target,
H A Dgen_invoke.cc1205 LIR* slow_path_branch; local
1208 slow_path_branch = OpCondBranch(kCondNe, nullptr);
1211 slow_path_branch = OpCmpImmBranch(kCondNe, reg_slow_path, 0, nullptr);
1225 AddIntrinsicSlowPath(info, slow_path_branch, intrinsic_finish);

Completed in 11 milliseconds