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

/art/compiler/dex/quick/arm/
H A Dint_arm.cc1036 LIR* dst_pos_negative = OpCmpImmBranch(kCondLt, rs_pos, 0, nullptr); local
1078 dst_pos_negative->target = check_failed;
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc869 LIR* dst_pos_negative = OpCmpImmBranch(kCondLt, rs_dst_pos, 0, nullptr); local
926 dst_pos_negative->target = check_failed;

Completed in 182 milliseconds