Searched defs:rl_start (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 10 milliseconds