Lines Matching refs:UpdateLocal
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()
504 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
515 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
522 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
530 UpdateLocal(register_index, constant); in AnalyzeDexInstruction()
540 UpdateLocal(instruction.VRegA(), value); in AnalyzeDexInstruction()
550 UpdateLocal(instruction.VRegA(), value); in AnalyzeDexInstruction()
558 UpdateLocal(instruction.VRegA(), value); in AnalyzeDexInstruction()
691 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in AnalyzeDexInstruction()
698 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction()); in AnalyzeDexInstruction()
799 void HGraphBuilder::UpdateLocal(int register_index, HInstruction* instruction) const { in UpdateLocal() function in art::HGraphBuilder