Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc926 TopLevelLiveRange splinter_temp(-1, representation()); in Splinter() local
935 DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter()
942 UsePosition* last = DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter()
949 splinter_temp.DetachAt(end, &end_part, zone, DoNotConnectHints); in Splinter()
968 splinter()->first_interval_ = splinter_temp.first_interval_; in Splinter()
969 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter()
971 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()
972 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter()
975 splinter()->first_pos_ = splinter_temp.first_pos_; in Splinter()
977 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()