Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc1259 RegLocation rl_start; // Note: only present in III flavor or IndexOf. in GenInlinedIndexOf() local
1337 rl_start = info->args[2]; in GenInlinedIndexOf()
1340 if (rl_start.is_const) { in GenInlinedIndexOf()
1341 start_value = mir_graph_->ConstantValue(rl_start.orig_sreg); in GenInlinedIndexOf()
1358 if (!cu_->target64 && rl_start.location != kLocPhysReg) { in GenInlinedIndexOf()
1360 int displacement = SRegOffset(rl_start.s_reg_low) + sizeof(uint32_t); in GenInlinedIndexOf()
1368 LoadValueDirectFixed(rl_start, rs_rDI); in GenInlinedIndexOf()
1388 if (zero_based || (!zero_based && rl_start.is_const && start_value == 0)) { in GenInlinedIndexOf()
/art/compiler/dex/quick/
Dgen_invoke.cc1040 RegLocation rl_start = info->args[1]; in GenInlinedStringGetCharsNoCheck() local
1059 LoadValueDirectFixed(rl_start, reg_tmp); in GenInlinedStringGetCharsNoCheck()
1360 RegLocation rl_start = info->args[2]; // 3rd arg only present in III flavor of IndexOf. in GenInlinedIndexOf() local
1361 LoadValueDirectFixed(rl_start, reg_start); in GenInlinedIndexOf()