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

  /art/compiler/dex/quick/
gen_loadstore.cc 237 RegStorage new_regs = AllocTypedTempWide(rl_src.fp, op_kind);
250 rl_src.reg = AllocTypedTempWide(rl_src.fp, op_kind);
mir_to_lir.cc 93 wide ? AllocTypedTempWide(false, reg_class) : AllocTypedTemp(false, reg_class);
100 RegStorage new_reg = AllocTypedTempWide(false, reg_class);
121 RegStorage new_regs = AllocTypedTempWide(false, reg_class);
150 RegStorage new_regs = AllocTypedTempWide(false, reg_class);
249 r_result = wide ? AllocTypedTempWide(rl_dest.fp, reg_class)
    [all...]
ralloc_util.cc 457 RegStorage Mir2Lir::AllocTypedTempWide(bool fp_hint, int reg_class, bool required) {
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/x86/
utility_x86.cc 611 RegStorage r_temp = AllocTypedTempWide(false, kCoreReg);
    [all...]
int_x86.cc 462 RegStorage tmp = AllocTypedTempWide(false, kCoreReg);
500 RegStorage tmp = AllocTypedTempWide(false, kCoreReg);
    [all...]

Completed in 35 milliseconds