Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dcall_arm64.cc241 LIR* unlock_success_branch; in GenMonitorExit() local
244 unlock_success_branch = OpUnconditionalBranch(nullptr); in GenMonitorExit()
248 unlock_success_branch = OpCmpImmBranch(kCondEq, rs_w1, 0, nullptr); in GenMonitorExit()
263 unlock_success_branch->target = success_target; in GenMonitorExit()
/art/compiler/dex/quick/arm/
Dcall_arm.cc258 LIR* unlock_success_branch; in GenMonitorExit() local
261 unlock_success_branch = OpUnconditionalBranch(nullptr); in GenMonitorExit()
265 unlock_success_branch = OpCmpImmBranch(kCondEq, rs_r2, 0, nullptr); in GenMonitorExit()
280 unlock_success_branch->target = success_target; in GenMonitorExit()