Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_optimization.cc305 CompilerTemp *compiler_temp = static_cast<CompilerTemp *>(arena_->Alloc(sizeof(CompilerTemp), in GetNewCompilerTemp() local
317 compiler_temp->v_reg = GetFirstSpecialTempVR(); in GetNewCompilerTemp()
343 compiler_temp->v_reg = GetFirstNonSpecialTempVR() + num_non_special_compiler_temps_; in GetNewCompilerTemp()
362 compiler_temp->v_reg = GetFirstNonSpecialTempVR() + num_non_special_compiler_temps_; in GetNewCompilerTemp()
371 compiler_temp->s_reg_low = AddNewSReg(compiler_temp->v_reg); in GetNewCompilerTemp()
375 << compiler_temp->v_reg << " and s" << compiler_temp->s_reg_low << " has been created."; in GetNewCompilerTemp()
384 int ssa_reg_low = compiler_temp->s_reg_low; in GetNewCompilerTemp()
385 int ssa_reg_high = AddNewSReg(compiler_temp->v_reg + 1); in GetNewCompilerTemp()
390 << compiler_temp->v_reg + 1 << " and s" << ssa_reg_high << "."; in GetNewCompilerTemp()
406 int ssa_reg_low = compiler_temp->s_reg_low; in GetNewCompilerTemp()
[all …]