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

/art/compiler/optimizing/
H A Dinstruction_builder.cc393 void HInstructionBuilder::UpdateLocal(uint32_t reg_number, HInstruction* stored_value) { function in class:art::HInstructionBuilder
446 UpdateLocal(locals_index++, parameter);
463 UpdateLocal(locals_index++, parameter);
497 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
506 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
516 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
526 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
536 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
546 UpdateLocal(instruction.VRegA(), current_block_->GetLastInstruction());
556 UpdateLocal(instructio
[all...]

Completed in 45 milliseconds