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

  /art/compiler/dex/quick/mips/
int_mips.cc 302 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
318 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
  /art/compiler/dex/quick/arm/
int_arm.cc 753 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
778 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
801 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
    [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 748 rl_arg = NarrowRegLoc(rl_arg);
    [all...]
mir_to_lir.cc 904 rl_src[0] = NarrowRegLoc(rl_src[0]);
    [all...]
codegen_util.cc     [all...]
mir_to_lir.h 719 virtual RegLocation NarrowRegLoc(RegLocation loc);
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 853 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0]
875 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0]
    [all...]

Completed in 199 milliseconds