Searched refs:UpdateLocal (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | builder.cc | 277 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_23x() 285 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_12x() 296 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_22s() 307 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in Binop_22b() 423 UpdateLocal(source_or_dest_reg, current_block_->GetLastInstruction()); in BuildFieldAccess() 459 UpdateLocal(source_or_dest_reg, current_block_->GetLastInstruction()); in BuildArrayAccess() 472 UpdateLocal(register_index, constant); in AnalyzeDexInstruction() 479 UpdateLocal(register_index, constant); in AnalyzeDexInstruction() 486 UpdateLocal(register_index, constant); in AnalyzeDexInstruction() 493 UpdateLocal(register_index, constant); in AnalyzeDexInstruction() [all …]
|
D | builder.h | 71 void UpdateLocal(int register_index, HInstruction* instruction) const;
|