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

/art/compiler/dex/
H A Dmir_optimization.cc385 int ssa_reg_high = AddNewSReg(compiler_temp->v_reg + 1); local
390 << compiler_temp->v_reg + 1 << " and s" << ssa_reg_high << ".";
394 reg_location_[ssa_reg_high] = temp_loc;
395 reg_location_[ssa_reg_high].high_word = true;
396 reg_location_[ssa_reg_high].s_reg_low = ssa_reg_low;
397 reg_location_[ssa_reg_high].wide = true;

Completed in 71 milliseconds