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

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

Completed in 267 milliseconds