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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h62 DCHECK(next_ == nullptr || next_->GetStart() > GetEnd());
66 size_t GetEnd() const { return end_; } function in class:art::FINAL
285 if (first_range_->GetEnd() == first_use_->GetPosition()) {
315 DCHECK_LE(position, first_range_->GetEnd());
345 } else if (first_range_->GetStart() == start && first_range_->GetEnd() == end) {
360 while (after_loop != nullptr && after_loop->GetEnd() < end) {
417 return GetEnd() <= position;
476 size_t GetEnd() const { function in class:art::LiveInterval
477 return last_range_->GetEnd();
490 size_t end = GetEnd();
[all...]

Completed in 340 milliseconds