Searched defs:UpdateLocal (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc277 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
285 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
296 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
307 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
423 UpdateLocal(source_or_dest_reg, current_block_->GetLastInstruction());
459 UpdateLocal(source_or_dest_reg, current_block_->GetLastInstruction());
472 UpdateLocal(register_index, constant);
479 UpdateLocal(register_index, constant);
486 UpdateLocal(register_index, constant);
493 UpdateLocal(register_inde
799 void HGraphBuilder::UpdateLocal(int register_index, HInstruction* instruction) const { function in class:art::HGraphBuilder
[all...]

Completed in 1208 milliseconds