Home
last modified time | relevance | path

Searched defs:new_reg (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc115 RegStorage new_reg = AllocTypedTemp(rl_src.fp, op_kind); in LoadValue() local
Dmir_to_lir.cc152 RegStorage new_reg = AllocTypedTempWide(false, reg_class); in LoadArg() local
156 RegStorage new_reg = AllocTypedTemp(false, reg_class); in LoadArg() local
Dralloc_util.cc1109 RegStorage new_reg = AllocTypedTemp(loc.fp, reg_class); in EvalLoc() local
/art/compiler/dwarf/
Ddebug_frame_opcode_writer.h166 void ALWAYS_INLINE Register(Reg reg, Reg new_reg) { in Register()