Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_invoke.cc1206 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()
Dgen_common.cc1116 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()