Searched refs:slow_path_branch (Results 1 – 2 of 2) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 1206 LIR* slow_path_branch; in GenInlinedReferenceGetReferent() local 1209 slow_path_branch = OpCondBranch(kCondNe, nullptr); in GenInlinedReferenceGetReferent() 1212 slow_path_branch = OpCmpImmBranch(kCondNe, reg_slow_path, 0, nullptr); in GenInlinedReferenceGetReferent() 1226 AddIntrinsicSlowPath(info, slow_path_branch, intrinsic_finish); in GenInlinedReferenceGetReferent()
|
D | gen_common.cc | 1116 LIR* slow_path_branch = OpCmpImmBranch(kCondEq, class_reg, 0, NULL); in GenInstanceofCallingHelper() local 1144 AddSlowPath(new (arena_) InitTypeSlowPath(this, slow_path_branch, slow_path_target, in GenInstanceofCallingHelper()
|