Searched refs:rl_src_offset (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_invoke.cc1449 RegLocation rl_src_offset = info->args[2]; // long low local
1450 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
1454 RegLocation rl_offset = LoadValue(rl_src_offset, kCoreReg);
1494 RegLocation rl_src_offset = info->args[2]; // long low local
1495 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
1501 RegLocation rl_offset = LoadValue(rl_src_offset, kCoreReg);
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1113 RegLocation rl_src_offset = info->args[2]; // long low local
1115 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
1131 RegLocation rl_offset = LoadValueWide(rl_src_offset, kCoreReg);
1153 const bool off_in_di = IsInReg(this, rl_src_offset, rs_rDI);
1154 const bool off_in_si = IsInReg(this, rl_src_offset, rs_rSI);
1192 LoadWordDisp(rs_rSP, SRegOffset(rl_src_offset.s_reg_low) + push_offset, rs_off);
1243 rl_offset = LoadValueWide(rl_src_offset, kCoreReg);
1245 rl_offset = LoadValue(rl_src_offset, kCoreReg);
/art/compiler/dex/quick/arm/
H A Dint_arm.cc834 RegLocation rl_src_offset = info->args[2]; // long low local
835 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
900 RegLocation rl_offset = LoadValue(rl_src_offset, kCoreReg);
/art/compiler/dex/quick/arm64/
H A Dint_arm64.cc744 RegLocation rl_src_offset = info->args[2]; // long low local
753 RegLocation rl_offset = LoadValueWide(rl_src_offset, kCoreReg);

Completed in 125 milliseconds