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

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

Completed in 1844 milliseconds