Searched refs:new_reg (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_loadstore.cc115 RegStorage new_reg = AllocTypedTemp(rl_src.fp, op_kind); local
116 OpRegCopy(new_reg, rl_src.reg);
121 rl_src.reg = new_reg;
H A Dmir_to_lir.cc152 RegStorage new_reg = AllocTypedTempWide(false, reg_class); local
153 OpRegCopyWide(new_reg, reg_arg);
154 reg_arg = new_reg;
156 RegStorage new_reg = AllocTypedTemp(false, reg_class); local
157 OpRegCopy(new_reg, reg_arg);
158 reg_arg = new_reg;
H A Dralloc_util.cc1109 RegStorage new_reg = AllocTypedTemp(loc.fp, reg_class); local
1113 loc.reg = new_reg;
/art/compiler/dwarf/
H A Ddebug_frame_opcode_writer.h165 // The previous value of "reg" is stored in register "new_reg".
166 void ALWAYS_INLINE Register(Reg reg, Reg new_reg) { argument
171 this->PushUleb128(new_reg.num());

Completed in 81 milliseconds