Home
last modified time | relevance | path

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

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