Searched refs:NarrowRegLoc (Results 1 - 7 of 7) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dint_mips.cc373 rl_src_address = NarrowRegLoc(rl_src_address); // Ignore high half in info->args[1].
396 rl_src_address = NarrowRegLoc(rl_src_address); // Ignore high half in info->args[1].
/art/compiler/dex/quick/arm/
H A Dint_arm.cc787 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
812 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1]
835 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1040 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0]
1061 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0]
1115 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
3354 rl_src = NarrowRegLoc(rl_src);
/art/compiler/dex/quick/
H A Dgen_invoke.cc1450 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
1495 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3]
H A Dcodegen_util.cc1331 RegLocation Mir2Lir::NarrowRegLoc(RegLocation loc) { function in class:art::Mir2Lir
H A Dmir_to_lir.h689 virtual RegLocation NarrowRegLoc(RegLocation loc);
H A Dgen_common.cc456 rl_src = NarrowRegLoc(rl_src);

Completed in 1362 milliseconds