Home
last modified time | relevance | path

Searched refs:end_part (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.cc947 LiveRange end_part(kInvalidId, this->representation(), nullptr); in Splinter() local
948 last_in_splinter = splinter_temp.DetachAt(end, &end_part, zone); in Splinter()
950 next_ = end_part.next_; in Splinter()
951 last_interval_->set_next(end_part.first_interval_); in Splinter()
956 last_interval_ = end_part.last_interval_; in Splinter()
959 first_pos_ = end_part.first_pos_; in Splinter()
962 if (last != nullptr) last->set_next(end_part.first_pos_); in Splinter()