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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h57 DCHECK(next_ == nullptr || next_->GetStart() > GetEnd());
61 size_t GetEnd() const { return end_; } function in class:art::LiveRange
170 DCHECK_LE(position, first_range_->GetEnd());
204 while (first_range_ != nullptr && first_range_->GetEnd() < end) {
242 return last_range_->GetEnd() <= position;
248 if (position >= current->GetStart() && position < current->GetEnd()) {
286 size_t GetEnd() const { function in class:art::LiveInterval
287 return last_range_->GetEnd();
307 size_t end = GetEnd();
348 if (last_range_->GetEnd() <
[all...]

Completed in 53 milliseconds