Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dint_mips.cc302 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1] in GenInlinedPeek()
318 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1] in GenInlinedPoke()
/art/compiler/dex/quick/arm/
Dint_arm.cc753 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1] in GenInlinedPeek()
778 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[1] in GenInlinedPoke()
801 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3] in GenInlinedCas()
/art/compiler/dex/quick/
Dgen_invoke.cc748 rl_arg = NarrowRegLoc(rl_arg); in LoadArgRegs()
1611 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3] in GenInlinedUnsafeGet()
1656 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3] in GenInlinedUnsafePut()
Dmir_to_lir.cc904 rl_src[0] = NarrowRegLoc(rl_src[0]); in CompileDalvikInstruction()
Dcodegen_util.cc1286 RegLocation Mir2Lir::NarrowRegLoc(RegLocation loc) { in NarrowRegLoc() function in art::Mir2Lir
Dmir_to_lir.h719 virtual RegLocation NarrowRegLoc(RegLocation loc);
/art/compiler/dex/quick/x86/
Dint_x86.cc853 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0] in GenInlinedPeek()
875 rl_src_address = NarrowRegLoc(rl_src_address); // ignore high half in info->args[0] in GenInlinedPoke()
929 rl_src_offset = NarrowRegLoc(rl_src_offset); // ignore high half in info->args[3] in GenInlinedCas()