Home
last modified time | relevance | path

Searched refs:ssa_reg_low (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dmir_optimization.cc384 int ssa_reg_low = compiler_temp->s_reg_low; in GetNewCompilerTemp() local
396 reg_location_[ssa_reg_high].s_reg_low = ssa_reg_low; in GetNewCompilerTemp()
406 int ssa_reg_low = compiler_temp->s_reg_low; in GetNewCompilerTemp() local
407 reg_location_[ssa_reg_low] = temp_loc; in GetNewCompilerTemp()
408 reg_location_[ssa_reg_low].s_reg_low = ssa_reg_low; in GetNewCompilerTemp()
409 reg_location_[ssa_reg_low].wide = wide; in GetNewCompilerTemp()