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

/art/compiler/dex/quick/arm/
H A Dint_arm.cc1019 LIR* dst_check_branch = OpCmpImmBranch(kCondEq, rs_dst, 0, nullptr); local
1073 dst_check_branch->target = check_failed;
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc850 LIR* dst_check_branch = OpCmpImmBranch(kCondEq, rs_dst, 0, nullptr); local
921 dst_check_branch->target = check_failed;

Completed in 53 milliseconds