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 150 RegStorage new_reg = AllocTypedTemp(rl_src.fp, op_kind);
162 rl_src.reg = AllocTypedTemp(rl_src.fp, op_kind);
mir_to_lir.cc 93 wide ? AllocTypedTempWide(false, reg_class) : AllocTypedTemp(false, reg_class);
104 RegStorage new_reg = AllocTypedTemp(false, reg_class);
141 reg_arg_low = AllocTypedTemp(false, reg_class);
154 RegStorage new_reg = AllocTypedTemp(false, reg_class);
250 : AllocTypedTemp(rl_dest.fp, reg_class);
    [all...]
ralloc_util.cc 465 RegStorage Mir2Lir::AllocTypedTemp(bool fp_hint, int reg_class, bool required) {
    [all...]
gen_common.cc     [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 270 RegStorage t_reg1 = AllocTypedTemp(false, result_reg_class);
271 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class);
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc 239 RegStorage temp_reg = AllocTypedTemp(false, dest_reg_class, false);
337 RegStorage temp1_reg = AllocTypedTemp(false, result_reg_class);
636 RegStorage rs_temp = AllocTypedTemp(false, kCoreReg);
    [all...]
target_x86.cc 446 RegStorage reg = AllocTypedTemp(false, kCoreReg);
    [all...]
  /art/compiler/dex/quick/arm64/
int_arm64.cc 139 RegStorage t_reg2 = AllocTypedTemp(false, result_reg_class);
    [all...]

Completed in 59 milliseconds