HomeSort by relevance Sort by last modified time
    Searched refs:UpdateLocal (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
builder.cc 277 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_index, constant)
    [all...]
builder.h 71 void UpdateLocal(int register_index, HInstruction* instruction) const;

Completed in 101 milliseconds