Home
last modified time | relevance | path

Searched refs:AllocTypedTemp (Results 1 – 9 of 9) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc115 RegStorage new_reg = AllocTypedTemp(rl_src.fp, op_kind); in LoadValue()
128 rl_src.reg = AllocTypedTemp(rl_src.fp, op_kind); in LoadValue()
Dmir_to_lir.cc146 reg_arg = wide ? AllocTypedTempWide(false, reg_class) : AllocTypedTemp(false, reg_class); in LoadArg()
156 RegStorage new_reg = AllocTypedTemp(false, reg_class); in LoadArg()
292 : AllocTypedTemp(rl_dest.fp, reg_class); in GenSpecialIGet()
Dralloc_util.cc451 RegStorage Mir2Lir::AllocTypedTemp(bool fp_hint, int reg_class, bool required) { in AllocTypedTemp() function in art::Mir2Lir
1109 RegStorage new_reg = AllocTypedTemp(loc.fp, reg_class); in EvalLoc()
1122 loc.reg = AllocTypedTemp(loc.fp, reg_class); in EvalLoc()
Dgen_common.cc1164 result_reg = AllocTypedTemp(false, kCoreReg); in GenInstanceofFinal()
1170 RegStorage check_class = AllocTypedTemp(false, kRefReg); in GenInstanceofFinal()
1171 RegStorage object_class = AllocTypedTemp(false, kRefReg); in GenInstanceofFinal()
2183 RegStorage key_temp = AllocTypedTemp(false, kCoreReg, false); in GenSmallPackedSwitch()
Dmir_to_lir.h724 virtual RegStorage AllocTypedTemp(bool fp_hint, int reg_class, bool required = true);
/art/compiler/dex/quick/arm/
Dint_arm.cc283 RegStorage t_reg1 = AllocTypedTemp(false, result_reg_class); in GenSelect()
284 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class); in GenSelect()
/art/compiler/dex/quick/x86/
Dint_x86.cc242 RegStorage temp_reg = AllocTypedTemp(false, dest_reg_class, false); in GenSelectConst32()
341 RegStorage temp1_reg = AllocTypedTemp(false, result_reg_class); in GenSelect()
648 RegStorage rs_temp = AllocTypedTemp(false, kCoreReg); in GenDivRemLit()
Dtarget_x86.cc471 RegStorage reg = AllocTypedTemp(false, kCoreReg); in AllocateByteRegister()
/art/compiler/dex/quick/arm64/
Dint_arm64.cc147 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class); in GenSelect()