Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc922 TopLevelLiveRange splinter_temp(-1, representation()); in Splinter() local
931 DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter()
938 UsePosition* last = DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter()
945 splinter_temp.DetachAt(end, &end_part, zone, DoNotConnectHints); in Splinter()
964 splinter()->first_interval_ = splinter_temp.first_interval_; in Splinter()
965 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter()
967 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()
968 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter()
971 splinter()->first_pos_ = splinter_temp.first_pos_; in Splinter()
973 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()