Lines Matching refs:Value
45 int Value() const {
73 return LifetimePosition(InstructionStart().Value() + kStep/2);
79 return LifetimePosition(InstructionStart().Value() + kStep);
87 return LifetimePosition(InstructionStart().Value() - kStep);
112 explicit LifetimePosition(int value) : value_(value) { }
123 DCHECK(start.Value() < end.Value());
137 if (other->start().Value() < start_.Value()) return other->Intersect(this);
138 if (other->start().Value() < end_.Value()) return other->start();
143 return start_.Value() <= point.Value() && point.Value() < end_.Value();
331 // Checks whether the value of a given virtual register is tagged.