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

  /art/compiler/dex/quick/
gen_loadstore.cc 45 rl_src = rl_src.wide ? UpdateLocWide(rl_src) : UpdateLoc(rl_src);
111 rl_src = UpdateLoc(rl_src);
150 rl_src = UpdateLoc(rl_src);
151 rl_dest = UpdateLoc(rl_dest);
ralloc_util.cc 991 RegLocation Mir2Lir::UpdateLoc(RegLocation loc) {
    [all...]
gen_common.cc 389 RegLocation rl_temp = UpdateLoc(rl_src2);
565 RegLocation loc = UpdateLoc(info->args[i]);
    [all...]
mir_to_lir.h     [all...]
gen_invoke.cc 710 loc = UpdateLoc(loc);
    [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 368 rl_src1 = is_double ? UpdateLocWide(rl_src1) : UpdateLoc(rl_src1);
369 rl_src2 = is_double ? UpdateLocWide(rl_src2) : UpdateLoc(rl_src2);
637 rl_src = UpdateLoc(rl_src);
utility_x86.cc     [all...]
int_x86.cc     [all...]
  /art/compiler/dex/quick/arm/
fp_arm.cc 393 RegLocation rl_src = UpdateLoc(info->args[0]);
  /art/compiler/dex/quick/arm64/
fp_arm64.cc 377 RegLocation rl_src = UpdateLoc(info->args[0]);

Completed in 131 milliseconds