Home
last modified time | relevance | path

Searched refs:rl_dstPos (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/x86/
Dtarget_x86.cc1109 RegLocation rl_dstPos = info->args[3]; in GenInlinedArrayCopyCharArray() local
1114 if (rl_dstPos.is_const && (mir_graph_->ConstantValue(rl_dstPos) < 0)) { in GenInlinedArrayCopyCharArray()
1158 if (!rl_dstPos.is_const) { in GenInlinedArrayCopyCharArray()
1159 LoadValueDirectFixed(rl_dstPos, tmp_reg); in GenInlinedArrayCopyCharArray()
1167 int32_t pos_val = mir_graph_->ConstantValue(rl_dstPos.orig_sreg); in GenInlinedArrayCopyCharArray()
1186 LoadValueDirectFixed(rl_dstPos, rs_rCX); in GenInlinedArrayCopyCharArray()