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

  /art/compiler/dex/quick/
gen_loadstore.cc 115 RegStorage new_reg = AllocTypedTemp(rl_src.fp, op_kind);
128 rl_src.reg = AllocTypedTemp(rl_src.fp, op_kind);
mir_to_lir.cc 146 reg_arg = wide ? AllocTypedTempWide(false, reg_class) : AllocTypedTemp(false, reg_class);
156 RegStorage new_reg = AllocTypedTemp(false, reg_class);
292 : AllocTypedTemp(rl_dest.fp, reg_class);
    [all...]
ralloc_util.cc 451 RegStorage Mir2Lir::AllocTypedTemp(bool fp_hint, int reg_class, bool required) {
    [all...]
gen_common.cc     [all...]
mir_to_lir.h 724 virtual RegStorage AllocTypedTemp(bool fp_hint, int reg_class, bool required = true);
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 283 RegStorage t_reg1 = AllocTypedTemp(false, result_reg_class);
284 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class);
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 242 RegStorage temp_reg = AllocTypedTemp(false, dest_reg_class, false);
341 RegStorage temp1_reg = AllocTypedTemp(false, result_reg_class);
648 RegStorage rs_temp = AllocTypedTemp(false, kCoreReg);
    [all...]
target_x86.cc 471 RegStorage reg = AllocTypedTemp(false, kCoreReg);
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 147 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class);
    [all...]

Completed in 74 milliseconds