Home
last modified time | relevance | path

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

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