Searched defs:unlock_success_branch (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dcall_arm.cc272 LIR* unlock_success_branch = OpUnconditionalBranch(NULL); local
287 unlock_success_branch->target = success_target;
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc261 LIR* unlock_success_branch = OpUnconditionalBranch(NULL); local
276 unlock_success_branch->target = success_target;

Completed in 29 milliseconds