Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc944 LiveRange end_part(kInvalidId, this->representation(), nullptr); in Splinter() local
949 splinter_temp.DetachAt(end, &end_part, zone, DoNotConnectHints); in Splinter()
951 next_ = end_part.next_; in Splinter()
952 last_interval_->set_next(end_part.first_interval_); in Splinter()
957 last_interval_ = end_part.last_interval_; in Splinter()
960 first_pos_ = end_part.first_pos_; in Splinter()
963 if (last != nullptr) last->set_next(end_part.first_pos_); in Splinter()