Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dcall_arm64.cc239 LIR* slow_unlock_branch = OpCmpBranch(kCondNe, rs_w3, rs_w1, nullptr); in GenMonitorExit() local
251 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()
/art/compiler/dex/quick/arm/
Dcall_arm.cc256 LIR* slow_unlock_branch = OpCmpBranch(kCondNe, rs_r3, rs_r2, nullptr); in GenMonitorExit() local
268 slow_unlock_branch->target = slow_path_target; in GenMonitorExit()