HomeSort by relevance Sort by last modified time
    Searched refs:rs_arr_length (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/quick/arm64/
int_arm64.cc 825 RegStorage rs_arr_length = rs_w4; local
828 Load32Disp(rs_src, mirror::Array::LengthOffset().Int32Value(), rs_arr_length);
829 OpRegReg(kOpSub, rs_arr_length, rs_src_pos);
830 LIR* src_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
835 Load32Disp(rs_dst, mirror::Array::LengthOffset().Int32Value(), rs_arr_length);
836 OpRegReg(kOpSub, rs_arr_length, rs_dst_pos);
837 LIR* dst_bad_len = OpCmpBranch(kCondLt, rs_arr_length, rs_length, nullptr);
851 // rs_arr_length won't be not used anymore.
852 RegStorage rs_tmp = rs_arr_length;
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 986 RegStorage rs_arr_length = rs_r12; local
    [all...]

Completed in 139 milliseconds