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

  /art/compiler/dex/quick/arm64/
target_arm64.cc 1122 RegLocation rl_arg = info->args[i]; local
1168 RegLocation rl_arg = info->args[i]; local
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 463 RegLocation rl_arg = info->args[0]; local
464 cg->LoadValueDirectFixed(rl_arg, cg->TargetReg(kArg1, kRef));
739 RegLocation rl_arg = info->args[next_arg++]; local
740 rl_arg = UpdateRawLoc(rl_arg);
741 if (rl_arg.wide && (next_reg <= last_arg_reg - 1)) {
743 LoadValueDirectWideFixed(rl_arg, r_tmp);
747 if (rl_arg.wide) {
748 rl_arg = NarrowRegLoc(rl_arg);
771 RegLocation rl_arg; local
    [all...]
gen_common.cc 490 RegLocation rl_arg = LoadValue(info->args[i], kCoreReg); local
492 mirror::Array::DataOffset(component_size).Int32Value() + i * 4, rl_arg.reg);
494 if (IsTemp(rl_arg.reg)) {
495 FreeTemp(rl_arg.reg);
    [all...]
  /art/compiler/dex/quick/x86/
target_x86.cc 2758 RegLocation rl_arg = info->args[i]; local
2793 RegLocation rl_arg = info->args[i]; local
    [all...]

Completed in 42 milliseconds