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

  /art/compiler/dex/quick/
gen_invoke.cc 446 RegLocation rl_arg = info->args[0]; local
447 cg->LoadValueDirectFixed(rl_arg, cg->TargetReg(kArg1));
629 RegLocation rl_arg = info->args[next_arg++]; local
630 rl_arg = UpdateRawLoc(rl_arg);
631 if (rl_arg.wide && (next_reg <= TargetReg(kArg2))) {
632 LoadValueDirectWideFixed(rl_arg, next_reg, next_reg + 1);
636 if (rl_arg.wide) {
637 rl_arg.wide = false;
638 rl_arg.is_const = false
660 RegLocation rl_arg; local
    [all...]
gen_common.cc 318 RegLocation rl_arg = LoadValue(info->args[i], kCoreReg); local
321 i * 4, rl_arg.low_reg, kWord);
323 if (IsTemp(rl_arg.low_reg)) {
324 FreeTemp(rl_arg.low_reg);
    [all...]

Completed in 2498 milliseconds