Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dcall_arm64.cc180 LIR* not_unlocked_branch = OpCmpImmBranch(kCondNe, rs_w2, 0, nullptr); in GenMonitorEnter() local
188 not_unlocked_branch->target = slow_path_target; in GenMonitorEnter()
/art/compiler/dex/quick/arm/
Dcall_arm.cc169 LIR* not_unlocked_branch = OpCmpImmBranch(kCondNe, rs_r3, 0, nullptr); in GenMonitorEnter() local
178 not_unlocked_branch->target = slow_path_target; in GenMonitorEnter()