Home | History | Annotate | Download | only in optimizing

Lines Matching full:vregs_

1655      : vregs_(number_of_vregs, arena->Adapter(kArenaAllocEnvironmentVRegs)),
1695 vregs_[index] = HUserRecord<HEnvironment*>(instruction);
1699 return vregs_[index].GetInstruction();
1704 size_t Size() const { return vregs_.size(); }
1742 ArenaVector<HUserRecord<HEnvironment*>> vregs_;
2109 user->vregs_[input_index] = HUserRecord<HEnvironment*>(this, before_env_use_node);
2119 DCHECK(next_user->vregs_[next_index].GetInstruction() == this);
2120 next_user->vregs_[next_index] = HUserRecord<HEnvironment*>(this, before_env_use_node);